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
Copy file name to clipboardExpand all lines: modules/manage/pages/disaster-recovery/shadowing/setup.adoc
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,23 @@ endif::[]
114
114
115
115
== Create a shadow link
116
116
117
-
Any cluster can create a shadow link to a source cluster. When you create a shadow link with `rpk` or the API, you provide a YAML configuration file that defines connection settings, filters, and synchronization options.
117
+
Any cluster can create a shadow link to a source cluster. When you create a shadow link with `rpk` or the API, you need to provide a YAML configuration file that defines connection settings, filters, and synchronization options.
118
+
119
+
[TIP]
120
+
====
121
+
You can use `rpk` to generate a configuration template:
122
+
123
+
[,bash]
124
+
----
125
+
# Generate a sample configuration file with placeholder values
126
+
rpk shadow config generate -o shadow-config.yaml
127
+
128
+
# Or generate a template with detailed field documentation
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.
133
+
====
118
134
119
135
.Explore the configuration file
120
136
[%collapsible]
@@ -214,22 +230,6 @@ Topic filters select which topics Shadowing automatically creates as shadow topi
214
230
215
231
Consumer group and ACL filters control which groups and security policies replicate to maintain application functionality.
216
232
217
-
[TIP]
218
-
====
219
-
You can use `rpk` to generate a configuration template:
220
-
221
-
[,bash]
222
-
----
223
-
# Generate a sample configuration file with placeholder values
224
-
rpk shadow config generate -o shadow-config.yaml
225
-
226
-
# Or generate a template with detailed field documentation
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.
0 commit comments