This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch 4.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/4.0 by this push:
     new e7a13f759ee KAFKA-18860 Remove Missing Features section (#19048)
e7a13f759ee is described below

commit e7a13f759ee3509f108b146aa7d3c9c6d3161255
Author: TengYao Chi <[email protected]>
AuthorDate: Fri Feb 28 06:38:56 2025 +0800

    KAFKA-18860 Remove Missing Features section (#19048)
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 docs/ops.html | 8 --------
 docs/toc.html | 1 -
 2 files changed, 9 deletions(-)

diff --git a/docs/ops.html b/docs/ops.html
index 8dbcc7acab1..9e1816b3c38 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -3990,14 +3990,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.
diff --git a/docs/toc.html b/docs/toc.html
index 31b57b6a55a..9c0bdb19c91 100644
--- a/docs/toc.html
+++ b/docs/toc.html
@@ -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>
                 

Reply via email to