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

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


The following commit(s) were added to refs/heads/4.3 by this push:
     new 3805eb7bebf MINOR: Remove outdated note for streams group protocol 
(#22374)
3805eb7bebf is described below

commit 3805eb7bebf6693371347eafa958eeffea86801d
Author: Uladzislau Blok <[email protected]>
AuthorDate: Wed May 27 13:17:31 2026 +0200

    MINOR: Remove outdated note for streams group protocol (#22374)
    
    Remove outdated comment
    
    Reviewers: Lucas Brutschy <[email protected]>, Chia-Ping Tsai
     <[email protected]>
    (cherry picked from commit be8e1ec8ba0c19e053340866e5d7c794e351b4b6)
---
 docs/streams/developer-guide/config-streams.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/streams/developer-guide/config-streams.md 
b/docs/streams/developer-guide/config-streams.md
index 7212e86a595..aafc3e68aae 100644
--- a/docs/streams/developer-guide/config-streams.md
+++ b/docs/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