Title
Create new category
Edit page index title
Edit category
Edit link
Rolling Upgrade from Kafka 2 to Kafka 3
To perform a rolling upgrade from Kafka 2.8.2.3.3.6.x-x to Kafka 3.7.2.3.3.6.x-x, follow these steps:
Update server.properties on All Brokers. Edit
server.propertiesand add the following property:
Upgrade Brokers One at a Time. On each broker, perform the following steps:
Shut down the broker.
Update the code by replacing the
bin and libsdirectories withkafka_2.12-3.7.1.3.3.6.x-x.Restart the broker.
Verify Cluster Behavior. Once all brokers are upgraded, ensure that the cluster is functioning correctly by monitoring logs and metrics. Also try to read events from the topic which are written in the above steps:
Example output:
Update Protocol Version. Once satisfied with the stability, update
server.properties:
Restart Brokers One After the Other: Restart each broker sequentially for the new protocol version to take effect.
After this step, downgrading to an older Kafka version is no longer possible.
For more details, see Upgrading Apache Kafka.