You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -157,7 +157,7 @@ This architecture features two clusters in different resource groups and virtual
157
157
```
158
158
159
159
1. Here source is your `PRIMARYCLUSTER` and destination is your `SECONDARYCLUSTR`. Replace it everywhere with correct name and replace `source.bootstrap.servers` and `destination.bootstrap.servers` with correct FQDN or IP of their respective worker nodes.
160
-
1. You can use regular expressions to specify the topics and their configurations that you want to replicate. By setting the `replication.factor` parameter to 3, you can ensure that all topics created by the MirrorMaker script will have a replication factor of 3.
160
+
1. You can use regular expressions to specify the topics and their configurations that you want to replicate. By setting the `replication.factor` parameter to 3, you can ensure that all topics created by the MirrorMaker script hsd a replication factor of 3.
161
161
1. Increase the replication factor from 1 to 3 for these topics
162
162
```
163
163
checkpoints.topic.replication.factor=1
@@ -177,7 +177,7 @@ This architecture features two clusters in different resource groups and virtual
177
177
destination->source.enabled=true
178
178
destination->source.topics = .*
179
179
```
180
-
1. For automated consumer offset sync, we need to enable replication and control the sync duration too. Below property will sync offset every 30 second. For active-active scenario we need to do it both ways
180
+
1. For automated consumer offset sync, we need to enable replication and control the sync duration too. Following property syncs offset every 30 second. For active-active scenario, we need to do it both ways.
181
181
```
182
182
groups=.*
183
183
@@ -276,13 +276,13 @@ This architecture features two clusters in different resource groups and virtual
276
276
277
277
export KAFKAZKHOSTS='zk0-second:2181'
278
278
279
-
# List all the topics whether they are replicated or not
279
+
# List all the topics whether they're replicated or not
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 from secondarycluster.
285
+
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`.
0 commit comments