Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unregistering Kafka nodes to known KRaft limitations #10313

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Currently, the KRaft mode in Strimzi has the following major limitations:
It is considered early-access in Apache Kafka 3.7.x.
(Storage with `type: jbod` configuration can be used also with older Kafka versions, but the JBOD array can contain only one disk.)
* Scaling of KRaft controller nodes up or down is not supported.
* Unregistering Kafka nodes removed from the Kafka cluster.

NOTE: If you are using JBOD storage, you can xref:ref-jbod-storage-str[change the volume that stores the metadata log].

Expand Down
Loading