horizonzy edited a comment on issue #7772: URL: https://github.com/apache/dubbo/issues/7772#issuecomment-876499736
Hi, it seems that curator's api compatible problem. We use curator 4.x in dubbo. NodeCache in curator 5.x getListenable() return Listenable. NodeCache in curator 4.x getListenable() return ListenerContainer. If user import curator 5.x in there project, it will cover dubbo's curator version. So cause the compatible problem. -- 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]
