KAFKA-17790: Document that control.plane.listener should be removed before ZK migration is finished (#17501)

Reviewers: Luke Chen <showuon@gmail.com>
This commit is contained in:
Colin Patrick McCabe 2024-10-15 14:36:16 -07:00 committed by GitHub
parent 796ce2121b
commit abd4bf08ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -4069,7 +4069,8 @@ controller.listener.names=CONTROLLER</code></pre>
To migrate the brokers to KRaft, they simply need to be reconfigured as KRaft brokers and restarted. Using the above
broker configuration as an example, we would replace the <code>broker.id</code> with <code>node.id</code> and add
<code>process.roles=broker</code>. It is important that the broker maintain the same Broker/Node ID when it is restarted.
The zookeeper configurations should be removed at this point.
The zookeeper configurations should be removed at this point. Finally, if you have set
<code>control.plane.listener.name</code>. please remove it before restarting in KRaft mode.
</p>
<p>