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

lucasbru pushed a commit to branch minor-streams-protocol-note-42
in repository https://gitbox.apache.org/repos/asf/kafka-site.git

commit b851394c32c3c6977b0898351d2044a9ea81b647
Author: Lucas Brutschy <[email protected]>
AuthorDate: Wed May 27 12:35:33 2026 +0200

    MINOR: Remove outdated note for streams group protocol in 4.2 docs
    
    KIP-1071 reached GA in 4.2, so the group.protocol config description
    should not still describe "streams" as Early Access. Mirrors #866,
    which removed the same sentence from the 4.3 docs.
---
 content/en/42/streams/developer-guide/config-streams.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/en/42/streams/developer-guide/config-streams.md 
b/content/en/42/streams/developer-guide/config-streams.md
index 8799111858..2315e9e570 100644
--- a/content/en/42/streams/developer-guide/config-streams.md
+++ b/content/en/42/streams/developer-guide/config-streams.md
@@ -1348,7 +1348,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