Title
Create new category
Edit page index title
Edit category
Edit link
Upgrade Standalone Kafka
This topic provides steps to start a standalone Kafka cluster in ZooKeeper mode, validate its functionality, and perform a rolling upgrade from Kafka 2.8.2.3.3.6.x-x to Kafka 3.7.2.3.3.6.x-x.
Starting Kafka(2.8.2.3.3.6.x-x) in ZooKeeper Mode
For details about the ODP Standalone Binaries, see Accessing Acceldata Repositories.
Start the ZooKeeper Service using the following command.
Start the Kafka Broker Service. Open another terminal session and run the following command.
Once all the services are successfully launched, you have a basic Kafka environment ready for use.
Pre-upgrade Validation
Before proceeding with the upgrade, validate the Kafka setup by performing the following steps:
List Topics
Example output:
Create a Same Topic
Example output:
Write Events into the Topic
Input:
Terminate with CTRL+C.
Read Events from the Topic
Example output:
Upgrade Options
For details about upgrading Kafka 2 to Kafka 3, see the following pages.