zuonidelaowang commented on issue #9306:
URL: https://github.com/apache/dubbo/issues/9306#issuecomment-977561245


   > > > 这个是元数据信息
   > > 
   > > 
   > > 要保留吗, 我看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


-- 
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