kazetyan commented on issue #13517:
URL: https://github.com/apache/dubbo/issues/13517#issuecomment-1862712677
and see #5978
dubbo supported it after 2.7.7
nacos's groupName can be set by `dubbo.registry.group`.
so,you can call `RegistryConfig#setGroup` to set nacos's groupName.
just like this:
```java
RegistryConfig registryConfig = new
RegistryConfig("nacos://127.0.0.1:8848");
registryConfig.setGroup("parking");
```
--
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]