caichy opened a new issue #9349:
URL: https://github.com/apache/dubbo/issues/9349
看不少兄弟也反馈了这样的问题,在2.7.8版本后注释了合并Provider参数的代码,导致Provider配置的参数无法传递到Consumer。
dubbo/dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/integration/RegistryDirectory.java
Line 358 in 321789d
// this.overrideDirectoryUrl =
this.overrideDirectoryUrl.addParametersIfAbsent(providerUrl.getParameters());
// Merge the provider side parameters
这种做法与Dubbo官方文档介绍不一致,而且对于老Dubbo用户来说,这个改变无法接受。在相关Issue里也没有给出解决办法。
请问,如果确实需要这个特性,该怎么支持呢?
--
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]