Upgrade Apache Kafka
Upgrade each Apache Kafka node, one at a time.
You can stop each Kafka broker and upgrade the component without downtime if you have enough replication for your topic.
You can stop one Kafka broker at a time, upgrade the Kafka binaries to HDP 2.6, and start the broker, before stopping the next broker.
Note | |
---|---|
If you are willing to accept downtime, you can take all of the brokers down, update the code, and restart all of the brokers. By default, the brokers start with the new protocol. You can bump the protocol version and restart, at any time after the brokers are upgraded. |
Shut down the current Kafka daemon, switch to the new version, and start the daemon:
su - kafka -c "/usr/hdp/current/kafka-broker/bin/kafka stop" hdp-select set kafka-broker 2.5.4.0-2633 su - kafka -c "usr/hdp/current/kafka-broker/bin/kafka start"
To verify that the Kafka daemon joined the cluster, create a topic and submit it to Kafka. Send a test message for that topic, and then validate that it was received by a consumer.
If the upgrade process fails, follow the steps in "Downgrading Kafka" to return to your previous version of Kafka.