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<aschofield@apache.org>,   Matthias J
 Sax<mjsax@apache.org>,  Genseric Ghiro<gghiro@confluent.io>
This commit is contained in:
Bill Bejeck 2025-08-29 16:57:23 -04:00 committed by GitHub
parent 26fea78ae1
commit e389484697
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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