From 9752be3951f873b94c1224e1346a568da072aab2 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:45:30 +0100 Subject: [PATCH 1/2] docs: migrating to kraft is now supported --- docs/modules/kafka/partials/supported-versions.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/modules/kafka/partials/supported-versions.adoc b/docs/modules/kafka/partials/supported-versions.adoc index 60b4db7b..c0db4dd8 100644 --- a/docs/modules/kafka/partials/supported-versions.adoc +++ b/docs/modules/kafka/partials/supported-versions.adoc @@ -6,7 +6,6 @@ * 3.9.1 (LTS) Support for clusters running in Kraft mode (which includes Apache Kafka 4.x.x) is experimental because it has not been thoroughly tested in production environments yet. -Migrations from older Kafka version which used Apache Zookeeper for cluster coordination to the new KRaft mode are not supported yet. Also there are some known issues such as: From 5d68f6f8e6206978e5fc46d60267ae9ba2be8790 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Thu, 19 Feb 2026 08:37:57 +0100 Subject: [PATCH 2/2] Update docs/modules/kafka/partials/supported-versions.adoc Co-authored-by: Sebastian Bernauer --- docs/modules/kafka/partials/supported-versions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/kafka/partials/supported-versions.adoc b/docs/modules/kafka/partials/supported-versions.adoc index c0db4dd8..7794f675 100644 --- a/docs/modules/kafka/partials/supported-versions.adoc +++ b/docs/modules/kafka/partials/supported-versions.adoc @@ -2,7 +2,7 @@ // This is a separate file, since it is used by both the direct Kafka documentation, and the overarching // Stackable Platform documentation. -* 4.1.1 (experimental) +* 4.1.1 (experimental) - Requires KRaft, please read on the xref:kafka:usage-guide/kraft-controller.adoc[Kraft migration guide]. * 3.9.1 (LTS) Support for clusters running in Kraft mode (which includes Apache Kafka 4.x.x) is experimental because it has not been thoroughly tested in production environments yet.