mirror of https://github.com/apache/kafka.git
MINOR: mention advertised.listeners is not supported in zk2kraft.html (#18575)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
146eff7af0
commit
8cdc0a77a5
|
|
@ -95,6 +95,15 @@
|
|||
<li><code>node.id</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
Removed dynamic configurations which relies on ZooKeeper. In KRaft mode, to change these configurations,
|
||||
you need to restart the broker/controller.
|
||||
</p>
|
||||
<ul>
|
||||
<li><code>advertised.listeners</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
Removed Zookeeper related configurations.
|
||||
|
|
|
|||
Loading…
Reference in New Issue