其他分享
首页 > 其他分享> > springcloud sentinel Runtime port not initialized, wonsentinel't send heartbeat

springcloud sentinel Runtime port not initialized, wonsentinel't send heartbeat

作者:互联网

微服务配置好sentinel, 启动之后查看日志:

port not initialized, wonsentinel't send heartbeat

 

解决: 添加sentinel配置, 启动立即加载初始化, 而不是有流量之后再和控制台交互

spring:   cloud:     sentinel:       eager: true    

标签:springcloud,wonsentinel,send,heartbeat,sentinel,initialized,port
来源: https://www.cnblogs.com/-xuzhankun/p/15475918.html