xiangzz159 commented on issue #7258:
URL: https://github.com/apache/dubbo/issues/7258#issuecomment-1202399404
我是从2.7.4.X升级到3.X的,也出现了这个问题,之后通过对比dubbo源码Offline.java找到替代的方法。
Set<ProviderInvokerWrapper> providerInvokerWrapperSet =
ProviderConsumerRegTable.getProviderInvoker(provider.getServiceName());
- >
FrameworkServiceRepository serviceRepository =
FrameworkModel.defaultModel().getServiceRepository();
Collection<ProviderModel> providerModelCollection =
serviceRepository.allProviderModels();
--
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]