You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by sh...@apache.org on 2023/05/05 08:53:52 UTC

[kafka-site] branch asf-site updated: Update ops.html (#365)

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

showuon 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 be52df93 Update ops.html (#365)
be52df93 is described below

commit be52df93993dd9303e7e0dd7026857cd42ec8559
Author: Jaap ter Woerds <ja...@lambdalab.nl>
AuthorDate: Fri May 5 10:53:46 2023 +0200

    Update ops.html (#365)
---
 28/ops.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/28/ops.html b/28/ops.html
index c27171d2..c2f85655 100644
--- a/28/ops.html
+++ b/28/ops.html
@@ -609,7 +609,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>
 
@@ -654,7 +654,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>
 
@@ -735,7 +735,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>
@@ -773,7 +773,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.*