This is an automated email from the ASF dual-hosted git repository.

mimaison pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8f0ecd9  MINOR: Fix typo in MirrorMaker documentation (#341)
8f0ecd9 is described below

commit 8f0ecd98d978d4e6a37e5c3ec7d0140d4cce9ef4
Author: Adil Houmadi <adil.houm...@gmail.com>
AuthorDate: Sun Mar 28 22:06:10 2021 +0200

    MINOR: Fix typo in MirrorMaker documentation (#341)
    
    
    Reviewers: Mickael Maison <mickael.mai...@gmail.com>
---
 26/ops.html | 8 ++++----
 27/ops.html | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/26/ops.html b/26/ops.html
index eb64156..1f49f66 100644
--- a/26/ops.html
+++ b/26/ops.html
@@ -610,7 +610,7 @@ primary.bootstrap.servers = broker3-primary:9092
 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>
 
@@ -655,7 +655,7 @@ us-east.bootstrap.servers = broker5-east:9092
 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>
 
@@ -736,7 +736,7 @@ secondary.bootstrap.servers = 
broker5-secondary:9092,broker6-secondary:9092
   </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>
@@ -774,7 +774,7 @@ topics = .*
 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.*
diff --git a/27/ops.html b/27/ops.html
index 0424d42..edea4ab 100644
--- a/27/ops.html
+++ b/27/ops.html
@@ -610,7 +610,7 @@ primary.bootstrap.servers = broker3-primary:9092
 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>
 
@@ -655,7 +655,7 @@ us-east.bootstrap.servers = broker5-east:9092
 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>
 
@@ -736,7 +736,7 @@ secondary.bootstrap.servers = 
broker5-secondary:9092,broker6-secondary:9092
   </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>
@@ -774,7 +774,7 @@ topics = .*
 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.*

Reply via email to