From c6e25bb362899f4e6335ac5578b1cae31b7f2575 Mon Sep 17 00:00:00 2001 From: Mickael Maison Date: Wed, 18 Dec 2019 17:21:57 +0000 Subject: [PATCH] MINOR: Fix static membership link in Streams upgrade notes (#7439) Fix broken link Reviewers: John Roesler --- docs/streams/upgrade-guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.