complone commented on issue #9194: URL: https://github.com/apache/dubbo/issues/9194#issuecomment-1026914433
@chickenlj The original purpose of this requirement is that when the user uses the provider side configuration, the current way that the user uses in dubbo 2.7 and 3.0 is by specifying ``` in xml <dubbo:registry id="registry1" address="zookeeper:// 127.0.0.1:2181" group="dubbo"/> The ``` method can take effect. The problem currently encountered is not the inconsistency between the configuration center and the metadata center group, but as in [issue-9188](https://github.com/apache/dubbo/issues/9188) The desired group shown is that services can be differentiated according to the environment. Since this issue does not provide a full demo reproduction, I will try to reproduce the problem Below is the pass-by-value call chain that I track the value of the "register" property, I'll add more later https://www.processon.com/view/link/61f94596e0b34d06c3b9458d -- 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]
