MINOR: Fix static membership link in Streams upgrade notes (#7439)

Fix broken link

Reviewers: John Roesler <vvcephei@apache.org>
This commit is contained in:
Mickael Maison 2019-12-18 17:21:57 +00:00 committed by John Roesler
parent c1351c34a9
commit c6e25bb362
1 changed files with 1 additions and 1 deletions

View File

@ -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>