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

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

port not initialized, wonsentinel't send heartbeat

 

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

spring:   cloud:     sentinel:       eager: true    
上一篇:JDK8--09:全新的时间API


下一篇:解析Exception和C#处理Exception的常用方法总结