weibocom / motan

A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.
Other
5.89k stars 1.78k forks source link

[bug] ConsulRegistry.serviceListener #1051

Open LaoZhang-best opened 11 months ago

LaoZhang-best commented 11 months ago

In the ConsulRegistry class, the key of the serviceListener property is the full path name of the interface class, and it is not added to the group, which causes confusion when two different groups have the same interface class implementation method

rayzhang0603 commented 11 months ago

Thanks for the feedback. Currently, ConsulRegistry does not support client side subscribing to multiple groups at the same time. It will be supported in subsequent versions.