We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dubbo的服务提供方已经注册到nacos上,可以higress的服务列表查看
路由已经配置
nacos上已经配置了Http2Rpc的配置
但是在调用的时候查询不到
最后去docker的gateway执行 curl http://localhost:15000/clusters|grep IStdHotelRemoteService 发现未发现对应服务
The text was updated successfully, but these errors were encountered:
Get请求也一样查不到
Sorry, something went wrong.
看上去控制面有节点IP,但没有发给数据面。 能否进控制面容器执行一下 curl localhost:15014/debug/endpointShardz ,把结果发我一下。
可以加我钉钉: chengtanzty
result.log
定位是有的 cluster 的 EDS 中 ip 不合法,导致 ACK ERROR,从而后续的 EDS 推送都被阻塞了
和这个eureka修复的问题类似,nacos也需要处理一下 #1322
定位是有的 cluster 的 EDS 中 ip 不合法,导致 ACK ERROR,从而后续的 EDS 推送都被阻塞了 和这个eureka修复的问题类似,nacos也需要处理一下 #1322
是不是有必要在最外层处理一下,不然搞不好每个 registry 都要做过滤,就有点重复了?
是的,我来优化下
johnlanni
No branches or pull requests
dubbo的服务提供方已经注册到nacos上,可以higress的服务列表查看
路由已经配置
nacos上已经配置了Http2Rpc的配置
但是在调用的时候查询不到
最后去docker的gateway执行
curl http://localhost:15000/clusters|grep IStdHotelRemoteService
发现未发现对应服务
The text was updated successfully, but these errors were encountered: