MINOR: change "inter.broker.protocol version" to inter.broker.protocol.version (#15504)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
PoAn Yang 2024-03-10 03:28:06 +08:00 committed by GitHub
parent 808bf07fb7
commit 1bb36c2bc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3826,7 +3826,7 @@ foo
<h3>Limitations</h3> <h3>Limitations</h3>
<ul> <ul>
<li>While a cluster is being migrated from ZK mode to KRaft mode, we do not support changing the <i>metadata <li>While a cluster is being migrated from ZK mode to KRaft mode, we do not support changing the <i>metadata
version</i> (also known as the <i>inter.broker.protocol</i> version.) Please do not attempt to do this during version</i> (also known as the <i>inter.broker.protocol.version</i>.) Please do not attempt to do this during
a migration, or you may break the cluster.</li> a migration, or you may break the cluster.</li>
<li>After the migration has been finalized, it is not possible to revert back to ZooKeeper mode.</li> <li>After the migration has been finalized, it is not possible to revert back to ZooKeeper mode.</li>
<li><a href="#kraft_missing">As noted above</a>, some features are not fully implemented in KRaft mode. If you are <li><a href="#kraft_missing">As noted above</a>, some features are not fully implemented in KRaft mode. If you are