Command Line Upgrade
Also available as:
PDF
loading table of contents...

Downgrading Kafka

Downgrade each 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.

  1. Shut down the current Kafka daemon, switch to the previous version, and start the daemon:

    su - kafka -c "/usr/hdp/current/kafka-broker/bin/kafka stop"
    hdp-select set kafka-broker 2.2.9.0-3393
    su - kafka -c "/usr/hdp/current/kafka-broker/bin/kafka start"
    
  2. 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.