From e389484697afcfb7d3c567a9f5393480c6937c04 Mon Sep 17 00:00:00 2001 From: Bill Bejeck Date: Fri, 29 Aug 2025 16:57:23 -0400 Subject: [PATCH] MINOR: Prepend steams to group configs specific to Kafka Streams groups (#20448) In the 4.1 `upgrade-guide` describing the new KIP-1071 protocol it would be helpful to display the configs you can set via `kafka-configs.sh` with `streams` pre-pended to the configs, the command will fail otherwise. Reviewers: Andrew J Schofield, Matthias J Sax, Genseric Ghiro --- docs/streams/upgrade-guide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html index 2230ffb8aaa..ae7fd05077c 100644 --- a/docs/streams/upgrade-guide.html +++ b/docs/streams/upgrade-guide.html @@ -229,8 +229,8 @@

To operate the new streams groups, explore the options of kafka-streams-groups.sh to list, - describe, and delete streams groups. In the new protocol, session.timeout.ms, - heartbeat.interval.ms and num.standby.replicas are group-level configurations, + describe, and delete streams groups. In the new protocol, streams.session.timeout.ms, + streams.heartbeat.interval.ms and streams.num.standby.replicas are group-level configurations, which are ignored when they are set on the client side. Use the kafka-configs.sh tool to set these configurations, for example: kafka-configs.sh --bootstrap-server localhost:9092 --alter --entity-type groups