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:
Nick Guo 2025-02-07 00:07:31 +08:00 committed by GitHub
parent 666571216b
commit e2e302b7e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -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,