Skip to content

Commit 1b38066

Browse files
Merge pull request #127107 from changeworld/patch-2
Fix typo: cant't -> can't
2 parents 686d897 + c1f03df commit 1b38066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ This architecture features two clusters in different resource groups and virtual
285285
# Start Consumer
286286
bash /usr/hdp/current/kafka-broker/bin/kafka-console-consumer.sh --bootstrap-server $KAFKABROKERS --topic $TOPICNAME --from-beginning
287287
```
288-
You can notice that in secondary cluster consumer group my-group cant't consume any messages because, already consumed by primary cluster consumer group. Now produce more messages in primary-cluster and try to consumer then in secondary-cluster. You are able to consume from `SECONDARYCLUSTER`.
288+
You can notice that in secondary cluster consumer group my-group can't consume any messages because, already consumed by primary cluster consumer group. Now produce more messages in primary-cluster and try to consumer then in secondary-cluster. You are able to consume from `SECONDARYCLUSTER`.
289289

290290
## Delete cluster
291291

0 commit comments

Comments
 (0)