版本:
dubbo:2.7.16
sentinel:1.8.5
sentinel-datasource-zookeeper :1.8.5
问题:
java.lang.NoSuchMethodError: org.apache.curator.framework.recipes.cache.NodeCache.getListenable()Lorg/apache/curator/framework/listen/ListenerContainer;
原因:
curator-recipes中的NodeCache在5.x版本已经更改为CuratorCache,sentinel源代码中仍为NodeCache,在监听数据源时报错。
期待有大神能给出解决方案