Skip to content

Commit

Permalink
KAFKA-17790: Document that control.plane.listener should be removed b…
Browse files Browse the repository at this point in the history
…efore ZK migration is finished (#17501)

Reviewers: Luke Chen <[email protected]>
  • Loading branch information
cmccabe committed Oct 15, 2024
1 parent 31b4dcf commit a22be4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -3990,7 +3990,8 @@ <h3>Migrating brokers to KRaft</h3>
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>
Expand Down

0 comments on commit a22be4b

Please sign in to comment.