Documentation
ODP 3.3.6.3-1
Release Notes
What is ODP
Installation
Component User guide and Installation Instructions
Downgrade Instructions
Reference Guide
Security Guide
Troubleshooting Guide
Uninstall ODP
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Upgrade Standalone Kafka
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
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.
Bash
bin/zookeeper-server-start.sh config/zookeeper.properties- Start the Kafka Broker Service. Open another terminal session and run the following command.
Bash
bin/kafka-server-start.sh config/server.propertiesOnce 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
Bash
bin/kafka-topics.sh --list --bootstrap-server localhost:9092Example output:
Bash
__consumer_offsetsquickstart-events- Create a Same Topic
Bash
bin/kafka-topics.sh --create --topic Test1 --bootstrap-server localhost:9092Example output:
Bash
Created topic Test1- Write Events into the Topic
Bash
bin/kafka-console-producer.sh --topic Test1 --bootstrap-server localhost:9092Input:
Bash
>This is my first event>This is my second eventTerminate with CTRL+C.
- Read Events from the Topic
Bash
bin/kafka-console-consumer.sh --topic Test1 --from-beginning --bootstrap-server localhost:9092Example output:
Bash
This is my first eventThis is my second eventUpgrade Options
For details about upgrading Kafka 2 to Kafka 3, see the following pages.
- Rolling Upgrade from Kafka 2 to Kafka 3
- In-Place Upgrade from Kafka 2 to Kafka 3
- Sidecar (Rolling) Upgrade from Kafka 2 to Kafka 3
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Oct 16, 2025
Was this page helpful?
Next to read:
Rolling Upgrade from Kafka 2 to Kafka 3Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message