childe-dragon commented on issue #9480:
URL: https://github.com/apache/dubbo/issues/9480#issuecomment-1000619651


   
1.provider设置dubbo.application.register-mode=all,consumer设置dubbo.application.service-discovery.migration=FORCE_APPLICATION,consumer压根就找不到服务,提示No
 provider available for the service xxx
   
以上provider和consumer都是全新启的服务,provider注册信息在nacos服务列表接口级和应用级都是有的.但是consumer设置dubbo.application.service-discovery.migration=APPLICATION_FIRST就不会有问题,但个人猜测压根就没走应用级调用,应该走了接口级调用否则FORCE_APPLICATION参数应该必然会生效不至于找不到服务
   
2.如果dubbo.registry.simplified设置为true,那么nacos上根本就不会有应用级的注册信息[配置同1情况下],更头疼的是dubbo.application.parameters参数传参也是空的.
   真不知道是我配置问题还是这本身就是个bug


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to