wukaixian commented on issue #15335: URL: https://github.com/apache/dubbo/issues/15335#issuecomment-3054863266
> > ZooKeeper 3.4.x needs to be used with Curator 4.2.x. However, starting from Dubbo 3.3.x, Curator 4.2.x is no longer supported. Therefore, the conclusion is that Dubbo 3.3.x no longer supports ZooKeeper 3.4.x. > > Dubbo 3.3.x only retains the `Curator5ZookeeperClient` > > [Registration Center](https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/reference-manual/registry/) / Zookeeper https://cn.dubbo.apache.org/en/docs3-v2/java-sdk/reference-manual/registry/zookeeper/ > > <img alt="Image" width="2000" height="846" src="https://private-user-images.githubusercontent.com/1811851/463483085-5ac8c5d9-2be0-44a6-a294-3b7e08bf37d5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTIxMTAzODgsIm5iZiI6MTc1MjExMDA4OCwicGF0aCI6Ii8xODExODUxLzQ2MzQ4MzA4NS01YWM4YzVkOS0yYmUwLTQ0YTYtYTI5NC0zYjdlMDhiZjM3ZDUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDcxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTA3MTBUMDExNDQ4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YzJkMmIzNDM2NzFkODFlMzZmMzNiODU5N2ExZTcwNDFiMWE5YTNhN2JjNDQwYmM5MGI2NDAwMjVjMjBjNGYzOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.nzKjDrEohE2EAmkRoluhxxkHv1hXpexPCEforpvF_4I"> The docs you provided is too old. It's no longer applicable, at least not in Dubbo 3.3.x. You can check the source code of the Zookeeper registry — support for Zookeeper 3.4.x has already been removed in version 3.3.x,and only Curator 5 is retained. > source code: [https://github.com/apache/dubbo/tree/3.3/dubbo-remoting/dubbo-remoting-zookeeper-curator5/src/main/java/org/apache/dubbo/remoting/zookeeper](zookeeper registry) -- 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]
