KAFKA-18860 Remove Missing Features section (#19048)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
TengYao Chi 2025-02-28 06:38:56 +08:00 committed by GitHub
parent bc24cac412
commit e2d9ced098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 9 deletions

View File

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

View File

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