You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the version of Kafka we use is 2.6.0. Newer versions have been released which fix a bunch of issues.
Describe the solution you'd like
Upgrade Kafka to 2.8.1 to resolve some of these bugs and issues.
Describe alternatives you've considered
Upgrade to Kafka 3.x, however this introduces a number of breaking changes over Kafka 2.x which we currently don't want to introduce as this would require teams to upgrade there existing code to this newer version.
Additional context
Add any other context or screenshots about the feature request here.
DoD checklist
Changelog updated
COMPONENTS.md updated / doesn't need to be updated
Schema updated / doesn't need to be updated
Feature has automated tests
Automated tests passed (QA pipelines)
apply
upgrade
Idempotency tested
Documentation added / updated / doesn't need to be updated
All conversations in PR resolved
Solution meets requirements and is done according to design doc
Usage compliant with license
Backport tasks created / doesn't need to be backported
The text was updated successfully, but these errors were encountered:
Do not forget: Kafka/Zookeeper are the components that for now require openjdk-8-jre-headless/java-1.8.0-openjdk-headless packages. It might be removed during upgrade.
Kafka:
* upgrade to 2.8.1 version
* move upgrade tasks to Kafka role
* refactor installation and upgrade tasks
* refactor: rename 'kafka_var' setting
Zookeeper:
* refactor installation and upgrade
* move upgrade tasks to Zookeeper role
Kafka-exporter:
* verify if service definition needs to be updated even if exporter itself was not updated
* remove `kafka.version` from configuration
Is your feature request related to a problem? Please describe.
Currently the version of Kafka we use is 2.6.0. Newer versions have been released which fix a bunch of issues.
Describe the solution you'd like
Upgrade Kafka to 2.8.1 to resolve some of these bugs and issues.
Describe alternatives you've considered
Upgrade to Kafka 3.x, however this introduces a number of breaking changes over Kafka 2.x which we currently don't want to introduce as this would require teams to upgrade there existing code to this newer version.
Additional context
Add any other context or screenshots about the feature request here.
DoD checklist
The text was updated successfully, but these errors were encountered: