HaoLi-Rainbow commented on issue #9306:
URL: https://github.com/apache/dubbo/issues/9306#issuecomment-978735732


   > > > > 这个是元数据信息
   > > > 
   > > > 
   > > > 要保留吗, 我看nacos每个命名空间有200个配置文件的限制, 现在dubbo都用了50个, 后面可能会更多
   > > 
   > > 
   > > 我按这个方式使用,没有发现有问题。使用的是dubbo3.0.4版本
   > > ```
   > > dubbo:
   > >   registry:
   > >     address: nacos://xxx:8848
   > >     username: 
   > >     password: 
   > >     use-as-metadata-center: false
   > > ```
   > 
   > 那你这个还是基于接口级别的注册,你试试加入这个配置,consumer 还能不能正常启动
   > 
   > ```
   > dubbo:
   >   registry:
   >     address: nacos://${nacos.server}?registry-type=service
   > ```
   
   不行我会报错
   No provider available from registry 10.xx.xx.123:8848 for service 
com.xxx.comn.service.rate.IBasisCurrencyRateSV on consumer 10.xx.xx.122 use 
dubbo version 2.7.8, please check status of providers(disabled, not registered 
or in blacklist).


-- 
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: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to