mirror of https://github.com/apache/kafka.git
KAFKA-18860 Remove Missing Features section (#19048)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
bc24cac412
commit
e2d9ced098
|
@ -3992,14 +3992,6 @@ foo
|
|||
<li>The Kafka controllers store all the metadata for the cluster in memory and on disk. We believe that for a typical Kafka cluster 5GB of main memory and 5GB of disk space on the metadata log director is sufficient.</li>
|
||||
</ul>
|
||||
|
||||
<h4 class="anchor-heading"><a id="kraft_missing" class="anchor-link"></a><a href="#kraft_missing">Missing Features</a></h4>
|
||||
|
||||
<p>The following features are not fully implemented in KRaft mode:</p>
|
||||
|
||||
<ul>
|
||||
<li>Modifying certain dynamic configurations on the standalone KRaft controller</li>
|
||||
</ul>
|
||||
|
||||
<h4 class="anchor-heading"><a id="kraft_zk_migration" class="anchor-link"></a><a href="#kraft_zk_migration">ZooKeeper to KRaft Migration</a></h4>
|
||||
|
||||
<p>In order to migrate from ZooKeeper to KRaft you need to use a bridge release. The last bridge release is Kafka 3.9.
|
||||
|
|
|
@ -164,7 +164,6 @@
|
|||
<li><a href="#kraft_storage">Storage Tool</a>
|
||||
<li><a href="#kraft_debug">Debugging</a>
|
||||
<li><a href="#kraft_deployment">Deploying Considerations</a>
|
||||
<li><a href="#kraft_missing">Missing Features</a>
|
||||
<li><a href="#kraft_zk_migration">ZooKeeper to KRaft Migration</a>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in New Issue