IceNiro opened a new issue #9748: URL: https://github.com/apache/dubbo/issues/9748
目前使用group做环境隔离 需求: 当迭代环境中未部署对应的服务是,需要去调用稳定环境;若有部署对应服务,则调用迭代环境的提供者。 方案: 1 稳定环境提供者和消费者都没有group标记 2 迭代环境对应提供者的group标记;消费使用通配符 * 问题: 因为 消费者 使用 通配符 会触发 toMergeInvokerList;但是只存在一个稳定环境的提供者,会默认使用 MergeableClusterInvoker 调用且无法拓展;然后 会出现 :Not found exported service: */com.xxxx.xxxx.ucenter 可以如何解决这个问题? -- 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]
