Skip to content

Commit

Permalink
MINOR: Fix typo in MirrorMaker documentation (#341)
Browse files Browse the repository at this point in the history
Reviewers: Mickael Maison <[email protected]>
  • Loading branch information
AdilHoumadi authored Mar 28, 2021
1 parent de9b9af commit 8f0ecd9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions 26/ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ <h4 class="anchor-heading"><a id="georeplication-flows" class="anchor-link"></a>
secondary.bootstrap.servers = broker5-secondary:9092

# Define replication flows
primary->secondary.enable = true
primary->secondary.enabled = true
primary->secondary.topics = foobar-topic, quux-.*
</code></pre>

Expand Down Expand Up @@ -655,7 +655,7 @@ <h5 class="anchor-heading"><a id="georeplication-config-syntax" class="anchor-li
topics = .* # all topics to be replicated by default

# Specific replication flow settings (here: flow from us-west to us-east)
us-west->us-east.enable = true
us-west->us-east.enabled = true
us-west->us.east.topics = foo.*, bar.* # override the default above
</code></pre>

Expand Down Expand Up @@ -736,7 +736,7 @@ <h5 class="anchor-heading"><a id="georeplication-flow-create" class="anchor-link
</p>

<pre class="line-numbers"><code class="language-text"># Enable replication from primary to secondary
primary->secondary.enable = true
primary->secondary.enabled = true
</code></pre>

<p>
Expand Down Expand Up @@ -774,7 +774,7 @@ <h5 class="anchor-heading"><a id="georeplication-flow-configure" class="anchor-l
groups = consumer-group1, consumer-group2

# Don't forget to enable a flow!
us-west->us-east.enable = true
us-west->us-east.enabled = true

# Custom settings for specific replication flows
us-west->us-east.topics = foo.*
Expand Down
8 changes: 4 additions & 4 deletions 27/ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ <h4 class="anchor-heading"><a id="georeplication-flows" class="anchor-link"></a>
secondary.bootstrap.servers = broker5-secondary:9092

# Define replication flows
primary->secondary.enable = true
primary->secondary.enabled = true
primary->secondary.topics = foobar-topic, quux-.*
</code></pre>

Expand Down Expand Up @@ -655,7 +655,7 @@ <h5 class="anchor-heading"><a id="georeplication-config-syntax" class="anchor-li
topics = .* # all topics to be replicated by default

# Specific replication flow settings (here: flow from us-west to us-east)
us-west->us-east.enable = true
us-west->us-east.enabled = true
us-west->us.east.topics = foo.*, bar.* # override the default above
</code></pre>

Expand Down Expand Up @@ -736,7 +736,7 @@ <h5 class="anchor-heading"><a id="georeplication-flow-create" class="anchor-link
</p>

<pre class="line-numbers"><code class="language-text"># Enable replication from primary to secondary
primary->secondary.enable = true
primary->secondary.enabled = true
</code></pre>

<p>
Expand Down Expand Up @@ -774,7 +774,7 @@ <h5 class="anchor-heading"><a id="georeplication-flow-configure" class="anchor-l
groups = consumer-group1, consumer-group2

# Don't forget to enable a flow!
us-west->us-east.enable = true
us-west->us-east.enabled = true

# Custom settings for specific replication flows
us-west->us-east.topics = foo.*
Expand Down

0 comments on commit 8f0ecd9

Please sign in to comment.