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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new e24777bf1 MINOR: Fix the leak "unknown" 
group.coordinator.rebalance.protocols on document (#648)
e24777bf1 is described below

commit e24777bf1271b37eed45e4450500100efe6b8ca6
Author: Ken Huang <[email protected]>
AuthorDate: Wed Nov 20 16:07:03 2024 +0800

    MINOR: Fix the leak "unknown" group.coordinator.rebalance.protocols on 
document (#648)
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 37/generated/kafka_config.html | 2 +-
 38/generated/kafka_config.html | 4 ++--
 39/generated/kafka_config.html | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/37/generated/kafka_config.html b/37/generated/kafka_config.html
index 3e9ccba55..e2ef0bd54 100644
--- a/37/generated/kafka_config.html
+++ b/37/generated/kafka_config.html
@@ -1266,7 +1266,7 @@
 </li>
 <li>
 <h4><a id="group.coordinator.rebalance.protocols"></a><a 
id="brokerconfigs_group.coordinator.rebalance.protocols" 
href="#brokerconfigs_group.coordinator.rebalance.protocols">group.coordinator.rebalance.protocols</a></h4>
-<p>The list of enabled rebalance protocols. Supported protocols: 
consumer,classic. The consumer rebalance protocol is in early access and 
therefore must not be used in production.</p>
+<p>The list of enabled rebalance protocols. The consumer rebalance protocol is 
in early access and therefore must not be used in production.</p>
 <table><tbody>
 <tr><th>Type:</th><td>list</td></tr>
 <tr><th>Default:</th><td>classic</td></tr>
diff --git a/38/generated/kafka_config.html b/38/generated/kafka_config.html
index a6e994a46..1b8247e61 100644
--- a/38/generated/kafka_config.html
+++ b/38/generated/kafka_config.html
@@ -1321,11 +1321,11 @@
 </li>
 <li>
 <h4><a id="group.coordinator.rebalance.protocols"></a><a 
id="brokerconfigs_group.coordinator.rebalance.protocols" 
href="#brokerconfigs_group.coordinator.rebalance.protocols">group.coordinator.rebalance.protocols</a></h4>
-<p>The list of enabled rebalance protocols. Supported protocols: 
consumer,classic,unknown. The consumer rebalance protocol is in early access 
and therefore must not be used in production.</p>
+<p>The list of enabled rebalance protocols. The consumer rebalance protocol is 
in early access and therefore must not be used in production.</p>
 <table><tbody>
 <tr><th>Type:</th><td>list</td></tr>
 <tr><th>Default:</th><td>classic</td></tr>
-<tr><th>Valid Values:</th><td>[consumer, classic, unknown]</td></tr>
+<tr><th>Valid Values:</th><td>[consumer, classic]</td></tr>
 <tr><th>Importance:</th><td>medium</td></tr>
 <tr><th>Update Mode:</th><td>read-only</td></tr>
 </tbody></table>
diff --git a/39/generated/kafka_config.html b/39/generated/kafka_config.html
index c27dbea84..f2022e46b 100644
--- a/39/generated/kafka_config.html
+++ b/39/generated/kafka_config.html
@@ -1321,11 +1321,11 @@
 </li>
 <li>
 <h4><a id="group.coordinator.rebalance.protocols"></a><a 
id="brokerconfigs_group.coordinator.rebalance.protocols" 
href="#brokerconfigs_group.coordinator.rebalance.protocols">group.coordinator.rebalance.protocols</a></h4>
-<p>The list of enabled rebalance protocols. Supported protocols: 
consumer,classic,share,unknown. The consumer rebalance protocol is in early 
access and therefore must not be used in production.</p>
+<p>The list of enabled rebalance protocols. The consumer and share rebalance 
protocol are in early access and therefore must not be used in production.</p>
 <table><tbody>
 <tr><th>Type:</th><td>list</td></tr>
 <tr><th>Default:</th><td>classic</td></tr>
-<tr><th>Valid Values:</th><td>[consumer, classic, share, unknown]</td></tr>
+<tr><th>Valid Values:</th><td>[consumer, classic, share]</td></tr>
 <tr><th>Importance:</th><td>medium</td></tr>
 <tr><th>Update Mode:</th><td>read-only</td></tr>
 </tbody></table>

Reply via email to