chia7712 commented on PR #17576: URL: https://github.com/apache/kafka/pull/17576#issuecomment-2452589480
> So basically I'm proposing: If the ZooKeeper version in the list is the one used by the Kafka release, it might be slightly different from the version in the source code. **kafka 2.1 ~ 2.3 -> zk 3.4.14** (https://github.com/apache/kafka/blob/2.1/gradle/dependencies.gradle#L89) Additionally, I propose to manually upgrade the zk version from `3.4.14` to `3.5.7` for kafka 2.1 ~ 2.3 (see my comment https://github.com/apache/kafka/pull/17625#issuecomment-2451285712) to fix the issue https://issues.apache.org/jira/browse/ZOOKEEPER-3779 **kafka 2.4 -> zk 3.5.7** https://github.com/apache/kafka/blob/2.4.1/gradle/dependencies.gradle#L118 **kafka 2.5 -> zk 3.5.8** https://github.com/apache/kafka/blob/2.5.1/gradle/dependencies.gradle#L118 **kafka 2.4 ~ 2.8 -> zk 3.5.9** (https://github.com/apache/kafka/blob/2.8/gradle/dependencies.gradle) -- 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]
