wangshuaipei commented on issue #10721: URL: https://github.com/apache/dubbo/issues/10721#issuecomment-1274386124
> > 我的dubbo版本是2.5.9,2.X的好像都是会注册consumer的吧,有什么方法可以不注册吗? > > consumer端 dubbo.registry=false配置一下看看 如果dubbo服务是单纯的消费服务,通过dubbo.registry.register=false 可以不向nacos注册,但是dubbo的监控上面对应的服务消费者也就没有了; 我们有很大一部分服务作为服务消费者的同时,也是作为服务提供者,这种情况下,我应该怎么做? -- 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]
