showuon commented on code in PR #15600: URL: https://github.com/apache/kafka/pull/15600#discussion_r1540361241
########## README.md: ########## @@ -87,15 +87,25 @@ fail due to code changes. You can just run: ### Running a Kafka broker in KRaft mode +Using compiled files: + KAFKA_CLUSTER_ID="$(./bin/kafka-storage.sh random-uuid)" ./bin/kafka-storage.sh format -t $KAFKA_CLUSTER_ID -c config/kraft/server.properties ./bin/kafka-server-start.sh config/kraft/server.properties +Using docker image: + + docker run -p 9092:9092 apache/kafka:3.7.0 + ### Running a Kafka broker in ZooKeeper mode +Using compiled files: + ./bin/zookeeper-server-start.sh config/zookeeper.properties ./bin/kafka-server-start.sh config/server.properties +>Since ZooKeeper is planned to be removed in Apache Kafka 4.0, the docker image only support running in KRaft mode Review Comment: nit: Since ZooKeeper [mode is already deprecated and] planned to be removed in Apache Kafka 4.0, the docker image only support[s] running in KRaft mode. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org