Skip to content

Commit

Permalink
MINOR: Fix typo in MirrorMaker v2 documentation (#10433)
Browse files Browse the repository at this point in the history
Reviewers: Mickael Maison <mickael.maison@gmail.com>
  • Loading branch information
AdilHoumadi authored Apr 1, 2021
1 parent 2342ec1 commit cc00dff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,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 @@ -654,7 +654,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 @@ -735,7 +735,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 @@ -773,7 +773,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 cc00dff

Please sign in to comment.