Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions docs/modules/kafka/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@
* 4.1.0 (experimental)
* 3.9.1 (LTS)
* 3.7.2 (deprecated)

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:

* Controller scaling is not reliable.
* Kerberos authentication is not tested yet.
* Service exposision is not definitive.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# This test step is disabled becaus Kraft controller do scale down reliably.
# This leads to flaky tests.
#
{% if not test_scenario['values']['kafka-kraft'].startswith("3.7") %}
---
apiVersion: kuttl.dev/v1beta1
Expand Down