Skip to content

Commit 96969ce

Browse files
authored
Added a foot note
Added a foot note
1 parent 8ee5fc0 commit 96969ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/hdinsight/kafka/apache-kafka-mirror-maker-2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ This architecture features two clusters in different resource groups and virtual
280280
# Start Consumer
281281
bash /usr/hdp/current/kafka-broker/bin/kafka-console-consumer.sh --bootstrap-server $KAFKABROKERS --topic $TOPICNAME --from-beginning
282282
```
283+
You will notice that in secondary cluster consumer group my-group will not consume any messages because they are already consumed by primary cluster consumer group. Now produce more messages in primary-cluster and try to consumer then in secondary-cluster. You will be able to consume.
283284

284285
## Delete cluster
285286

0 commit comments

Comments
 (0)