chia7712 commented on PR #17576: URL: https://github.com/apache/kafka/pull/17576#issuecomment-2456622247
@cmccabe Are there any concerns with replacing zk 3.4.x jar with zk 3.5 jar for Kafka versions 2.1, 2.2, and 2.3? With this change, we can simplify the software versions used in E2E tests as follows: 1. All Kafka and ZooKeeper instances run under JDK 17. 2. Kafka 2.1+ runs with the ZooKeeper 3.5+ client. 3. Kafka 2.1 to 2.8 can run under ZooKeeper 3.8.x (DEV) server, as all use the ZooKeeper 3.5+ client. Please correct me if I misunderstand anything :) -- 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]
