mirror of https://github.com/apache/kafka.git
MINOR: Fix static membership link in Streams upgrade notes (#7439)
Fix broken link Reviewers: John Roesler <vvcephei@apache.org>
This commit is contained in:
parent
c1351c34a9
commit
c6e25bb362
|
@ -362,7 +362,7 @@
|
|||
|
||||
<p>
|
||||
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 <a href="/{{version}}/design/#static_membership">static membership design</a>.
|
||||
For more details on how to use it, checkout <a href="/{{version}}/documentation/#static_membership">static membership design</a>.
|
||||
Note, Kafka Streams uses the same <code>ConsumerConfig#GROUP_INSTANCE_ID_CONFIG</code>, and you only need to make sure it is uniquely defined across
|
||||
different stream instances in one application.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue