You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This creates a complete YAML configuration file that you can customize for your environment. The template includes all available fields with comments explaining their purpose.
132
+
This creates a complete YAML configuration file that you can customize for your environment. The template includes all available fields with comments explaining their purpose. For detailed command options, see xref:reference:rpk/rpk-shadow/rpk-shadow-config-generate.adoc[`rpk shadow config generate`].
133
133
====
134
134
135
135
.Explore the configuration file
@@ -413,17 +413,6 @@ topic_metadata_sync_options:
413
413
The starting offset only affects **new shadow topics**. After a shadow topic exists and has data, changing this setting has no effect on that topic's replication.
414
414
====
415
415
416
-
=== Generate a sample configuration
417
-
418
-
Use `rpk` to generate a sample configuration file with common filter patterns:
419
-
420
-
[,bash]
421
-
----
422
-
rpk shadow config generate -o shadow-config.yaml
423
-
----
424
-
425
-
This creates a template configuration file that you can customize for your environment. For detailed command options, see xref:reference:rpk/rpk-shadow/rpk-shadow-config-generate.adoc[`rpk shadow config generate`].
426
-
427
416
=== Networking
428
417
429
418
Configure network connectivity between your source and shadow clusters to enable shadow link replication. The shadow cluster initiates connections to the source cluster using a pull-based architecture.
0 commit comments