File tree Expand file tree Collapse file tree
docs/modules/kafka/pages/usage-guide Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments