ijuma commented on code in PR #12750:
URL: https://github.com/apache/kafka/pull/12750#discussion_r996500992


##########
README.md:
##########
@@ -83,15 +83,17 @@ fail due to code changes. You can just run:
  
     ./gradlew processMessages processTestMessages
 
+### Running a Kafka broker in KRaft mode
+
+    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
+

Review Comment:
   For better or worse, the README is not structured as a quick start. You are 
not supposed to follow every step in it. Instead, it is meant as a useful set 
of things one may want to do. The thing you suggested doesn't fit with 
everything else we have in my opinion. What do you think?



-- 
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

Reply via email to