Skip to content

Commit e92a75c

Browse files
committed
added known issues section
1 parent 9618427 commit e92a75c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/modules/kafka/pages/usage-guide/kraft-controller.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ KRaft mode requires major configuration changes compared to ZooKeeper:
8484
* `node.id`: This is a calculated integer, hashed from the `role` and `rolegroup` and added `replica` id.
8585
* `process.roles`: Will always only be `broker` or `controller`. Mixed `broker,controller` servers are not supported.
8686
* The operator configures a static voter list containing the controller pods. Controllers are not dynamicaly managed.
87+
88+
== Known Issues
89+
90+
* Controllers in Kafka versions lower than `3.9.x` cannot be scaled at all due to the static controller quorum.
91+
* Scaling controllers down to one single replica does not work. Scaling e.g. from 5 to 3 replicas works.
92+
* Kerberos is currently not supported for KRaft in all versions.
93+
8794
== Troubleshooting
8895

8996
=== Cluster does not start

0 commit comments

Comments
 (0)