mirror of https://github.com/apache/kafka.git
KAFKA-18741 document the removal of `inter.broker.protocol.version` (#18818)
Reviewers: Ken Huang <s7133700@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
666571216b
commit
e2e302b7e6
|
@ -94,6 +94,15 @@
|
|||
<li><code>node.id</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
Remove broker protocol version-related configurations. These configurations were used in ZooKeeper mode to define communication protocol version between brokers.
|
||||
In KRaft mode, Kafka uses <code>metadata.version</code> to control the feature level of the cluster, which can be managed using <code>bin/kafka-features.sh</code>.
|
||||
</p>
|
||||
<ul>
|
||||
<li><code>inter.broker.protocol.version</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
Removed dynamic configurations which relies on ZooKeeper. In KRaft mode, to change these configurations,
|
||||
|
|
Loading…
Reference in New Issue