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 8b17e06128 MINOR: Remove outdated note for streams group protocol in
4.2 docs (#871)
8b17e06128 is described below
commit 8b17e061284851482996cea4993d61274970ee9e
Author: Lucas Brutschy <[email protected]>
AuthorDate: Wed May 27 13:14:18 2026 +0200
MINOR: Remove outdated note for streams group protocol in 4.2 docs (#871)
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