This is an automated email from the ASF dual-hosted git repository.
lucasbru pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new be8e1ec8ba0 MINOR: Remove outdated note for streams group protocol
(#22374)
be8e1ec8ba0 is described below
commit be8e1ec8ba0c19e053340866e5d7c794e351b4b6
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]>
---
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 cbe05ed4a69..978ee7a40c5 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