From 1b43fa69f53a12eccfa2befab13726842c8e27ed Mon Sep 17 00:00:00 2001 From: Jakub Scholz Date: Mon, 8 Jul 2024 10:11:14 +0200 Subject: [PATCH] Add unregistering Kafka nodes to known KRaft limitations (#10313) Signed-off-by: Jakub Scholz --- documentation/assemblies/deploying/assembly-kraft-mode.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/assemblies/deploying/assembly-kraft-mode.adoc b/documentation/assemblies/deploying/assembly-kraft-mode.adoc index 47010815817..f2888be1260 100644 --- a/documentation/assemblies/deploying/assembly-kraft-mode.adoc +++ b/documentation/assemblies/deploying/assembly-kraft-mode.adoc @@ -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].