fix: Support disable Curator EnsembleTracker in ServiceDiscovery#14285
fix: Support disable Curator EnsembleTracker in ServiceDiscovery#14285AlbumenJ merged 1 commit intoapache:3.2from
Conversation
|
|
@AlbumenJ This pull request looks like caused a breaking changes. Whether it is necessary to use the reflection API to determine whether the method exists to ensure the dubbo 3.2 with curator4 compatibility? Or revert this pull request. |
How can we compact it? I will revert it first and then you can submit a new PR to patch it. |
A demo, use Reflect API to check method exists first, if method not exist it will run into catch exception, and this method will not be called, so it will not throw the |
@AlbumenJ If use Reflect API is allowed i will submit new PR to patch it |



What is the purpose of the change
fix #14232 again
Support disable Curator EnsembleTracker in ServiceDiscovery
Originally posted in #14281 (comment)
Brief changelog
Support disable Curator EnsembleTracker in ServiceDiscovery
Verifying this change
Checklist