Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ops.html #365

Merged
merged 1 commit into from
May 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions 28/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