mirror of https://github.com/apache/kafka.git
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:
parent
796ce2121b
commit
abd4bf08ab
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue