docs: clarify KRaft and ZooKeeper mutual exclusivity in quickstart#3176
Open
Pathakaditya88 wants to merge 1 commit intoAutoMQ:mainfrom
Open
docs: clarify KRaft and ZooKeeper mutual exclusivity in quickstart#3176Pathakaditya88 wants to merge 1 commit intoAutoMQ:mainfrom
Pathakaditya88 wants to merge 1 commit intoAutoMQ:mainfrom
Conversation
This PR adds a small clarification note to the Quickstart documentation to emphasize that KRaft and ZooKeeper modes are mutually exclusive. This helps prevent common startup errors for first-time users. No functional or behavioral changes are included. Signed-off-by: Aditya Pathak <144362906+Pathakaditya88@users.noreply.github.com>
superhx
reviewed
Jan 26, 2026
| NOTE: KRaft and ZooKeeper modes are mutually exclusive. | ||
| Make sure to follow <strong>only one</strong> of the sections below. | ||
| Mixing steps from both configurations will result in startup errors. | ||
| </p> |
Collaborator
There was a problem hiding this comment.
It's the Apache Kafka doc. You could submit a PR to Apache Kafka Github repo. AutoMQ regularly synchronizes code from Apache Kafka upstream.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a small clarification note to the Quickstart documentation to emphasize that KRaft and ZooKeeper modes are mutually exclusive.
This helps prevent common startup errors for first-time users. No functional or behavioral changes are included.