mirror of https://github.com/apache/kafka.git
MINOR: change "inter.broker.protocol version" to inter.broker.protocol.version (#15504)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
808bf07fb7
commit
1bb36c2bc1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue