This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
2.9.0-2.4.0
rishabh96b
released this
22 Feb 07:23
·
10 commits
to master
since this release
Updates
- Upgrade the base tech version of Apache Kafka to
2.4.0
. See Kafka's Release Notes for 2.4.0 for details. - Updated the SDK to version 0.57.3
- #3215 is a major bug-fix since v0.57.0. Frameworks are recommended to upgrade to
v0.57.3
and issuepod replace
commands to exisiting deployments to mitigate the risks. Existing procedures for migrating a existing service to the quotated role should be followed.
- #3215 is a major bug-fix since v0.57.0. Frameworks are recommended to upgrade to
- Updated the scheduler JRE to
v11
.
Important Notes
- Apache Kafka 2.4.0 introduces
[KAFKA-7335] - Store clusterId locally to ensure broker joins the right cluster
, which means that kafka cluster will store the clusterId locally so that it does not join the wrong zookeeper cluster accidentally. Therefore, if your kafka service is connected to default DC/OS zookeeper, changing the zookeeper path is not permitted. Please check here for more information.