You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-25.11.adoc
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,20 @@ See https://github.com/stackabletech/demos/pull/289[demos#289].
72
72
73
73
===== Apache Kafka
74
74
75
-
This release adds experimental support for KRaft-managed Kafka clusters.
75
+
[WARNING]
76
+
====
77
+
It should be noted, that there are multiple known issues including but not limited to:
78
+
79
+
* Automatic migration from Apache ZooKeeper to KRaft is not supported.
80
+
* Scaling controller replicas might lead to unstable clusters.
81
+
* Kerberos is currently not supported for KRaft in all versions.
82
+
* Admin client access to controllers is not configured separately from the internal listeners.
83
+
* Health monitoring is very basic.
84
+
85
+
See the xref:kafka:usage-guide/kraft-controller.adoc#_known_issues[known issues section] on the KRaft Controller page for an up-to-date list of known issues.
86
+
====
87
+
88
+
This release adds experimental support for xref:kafka:usage-guide/kraft-controller.adoc[KRaft-managed] Kafka clusters.
76
89
KRaft Controllers can be deployed instead of Apache ZooKeeper to manage the state of Kafka.
77
90
KRaft is supported by all Kafka versions provided by SDP, and starting with Kafka 4 it is the only cluster management option available.
78
91
See https://github.com/stackabletech/kafka-operator/pull/889[kafka-operator#889].
0 commit comments