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

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


The following commit(s) were added to refs/heads/markdown by this push:
     new 3e46e67339 MINOR: Remove outdated note for streams group protocol 
(#866)
3e46e67339 is described below

commit 3e46e673398110d5209063d824ab7d8d6a7adbac
Author: Uladzislau Blok <[email protected]>
AuthorDate: Wed May 27 12:30:26 2026 +0200

    MINOR: Remove outdated note for streams group protocol (#866)
    
    * Streams group outdated comment
    
    * extra space fix
---
 content/en/43/streams/developer-guide/config-streams.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/en/43/streams/developer-guide/config-streams.md 
b/content/en/43/streams/developer-guide/config-streams.md
index 7212e86a59..aafc3e68aa 100644
--- a/content/en/43/streams/developer-guide/config-streams.md
+++ b/content/en/43/streams/developer-guide/config-streams.md
@@ -1365,7 +1365,7 @@ Serde for the inner class of a windowed record. Must 
implement the `Serde` inter
 
 ### group.protocol
 
-> The group protocol used by the Kafka Streams client used for coordination. 
It determines how the client will communicate with the Kafka brokers and other 
clients in the same group. The default value is `"classic"`, which is the 
classic consumer group protocol. Can be set to `"streams"` (requires 
broker-side enablement) to enable the new Kafka Streams group protocol. Note 
that the "streams" rebalance protocol is an Early Access feature and should not 
be used in production. 
+> The group protocol used by the Kafka Streams client used for coordination. 
It determines how the client will communicate with the Kafka brokers and other 
clients in the same group. The default value is `"classic"`, which is the 
classic consumer group protocol. Can be set to `"streams"` (requires 
broker-side enablement) to enable the new Kafka Streams group protocol.
 
 ### rack.aware.assignment.non_overlap_cost
 

Reply via email to