Skip to content

Commit 95af100

Browse files
authored
Update kafka-mirrormaker-2-0-guide.md
1 parent 4c2cba4 commit 95af100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/kafka/kafka-mirrormaker-2-0-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Apache Kafka MirrorMaker 2.0 guide - Azure HDInsight
3-
description: How to to use Kafka MirrorMaker 2.0 in data migration/replication and the use-cases.
3+
description: How to use Kafka MirrorMaker 2.0 in data migration/replication and the use-cases.
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive
@@ -115,7 +115,7 @@ destination.sasl.mechanism=GSSAPI
115115
|Property |Default value |Description |
116116
|---------|---------|---------|
117117
|name|required|name of the connector, For Example, "us-west->us-east"|
118-
|topics|empty string|regex of topics to replicate, e.g. "topic1,topic2,topic3". Comma-separated lists are also supported.|
118+
|topics|empty string|regex of topics to replicate, for example "topic1, topic2, topic3". Comma-separated lists are also supported.|
119119
|topics.blacklist|".*\.internal, .*\.replica, __consumer_offsets" or similar|topics to exclude from replication|
120120
|groups|empty string|regex of groups to replicate, For Example, ".*"|
121121
|groups.blacklist|empty string|groups to exclude from replication|

0 commit comments

Comments
 (0)