GitHub user tisonkun added a comment to the discussion: upgrade pulsar 2.7.x to 2.10.x: curator and zookeeper compatibility problem
@Maslino I think it's because the zk client in broker classpath is >= 3.6.3. You may try to replace the zookeeper JARs under `$PULSAR_HOME/lib` with 3.5.x version and see what happens. Curator conditionally uses new features based on what version of ZK in the classpath. GitHub link: https://github.com/apache/pulsar/discussions/19709#discussioncomment-5199351 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
