Skip to content

Commit 4f387ef

Browse files
committed
replace uid with name for cluster-id
1 parent 5e2a59e commit 4f387ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The configuration of overrides, JVM arguments etc. is similar to the Broker and
7878

7979
KRaft mode requires major configuration changes compared to ZooKeeper:
8080

81-
* `cluster-id`: This is set to the `metadata.uid` of the KafkaCluster resource during initial formatting
81+
* `cluster-id`: This is set to the `metadata.name` of the KafkaCluster resource during initial formatting
8282
* `node.id`: This is a calculated integer, hashed from the `role` and `rolegroup` and added `replica` id.
8383
* `process.roles`: Will always only be `broker` or `controller`. Mixed `broker,controller` servers are not supported.
8484

0 commit comments

Comments
 (0)