diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html index 502681ac877..1d26154621b 100644 --- a/docs/streams/upgrade-guide.html +++ b/docs/streams/upgrade-guide.html @@ -362,7 +362,7 @@

We are introducing static membership towards Kafka Streams user. This feature reduces unnecessary rebalances during normal application upgrades or rolling bounces. - For more details on how to use it, checkout static membership design. + For more details on how to use it, checkout static membership design. Note, Kafka Streams uses the same ConsumerConfig#GROUP_INSTANCE_ID_CONFIG, and you only need to make sure it is uniquely defined across different stream instances in one application.