学习sentinel遇到一个问题,微服务无法注册进sentinel的,至今没有解决,配置如下、
pc java环境jdk17,
sentinel1.8.2jar,
nacos1.4.2,nacos注册没问题,
idea项目使用idk1.8,
server
port:8090,
nacos localhost:8848
sentinel port8617 dashboard :localhost8086
clientip:localhost 或者改成本机ip,
management .endpoint .sentinel.enabled:teue
以上所以的localhost都尝试改成本机IP,任然无效,
启动sentinel,由于是java17,启动带有参数,指定-Dserver.port=8086 -Dcsp.sentinel.dashboard.server=8086,java/base.java.lang=AllNAMED还有一些参数,
sentinel正常启动,localhost8086 正常登录,
nacos正常启动,发现微服务,
微服务映射域名,访问正常,
sentinel 控制的只有一个dashboard的,没有发现微服务名称以及链路,测试很多方法依然无效,
感谢知道的大佬帮忙解决一下,