topsuder opened a new issue, #10654:
URL: https://github.com/apache/dubbo/issues/10654

   
   - [🤙] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 2.7.3
   * Operating System version: mac
   * Java version: 1.8
   
   ### Steps to reproduce this issue
   
   1. 使用 org.apache.dubbo:dubbo-registry-nacos:2.7.3
   2. 配置文件registry设置为nacos:// spi
   3. 注册时unknown user! 
   
   
   ### Expected Behavior
   
   <!-- What do you expect from the above steps?-->
   
   提供新的NacosRegistryFactory
   
   
   ### Actual Behavior
   
   <!-- What actually happens? -->
   
   If there is an exception, please attach the exception trace:
   
   ```
   Caused by: com.alibaba.nacos.api.exception.NacosException: unknown user!
        at 
com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:282)
 ~[nacos-client-2.0.4.jar:na]
        ... 36 common frames omitted
   ```
   


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