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/deploy/pages/redpanda/manual/disaster-recovery/shadowing/setup.adoc
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,14 +56,13 @@ Shadowing replicates your topic data with complete fidelity, preserving all mess
56
56
57
57
Consumer group data flows according to your group filters, replicating offsets and membership information for matched groups. ACLs replicate based on your security filters. Schema Registry data synchronizes schema definitions, versions, and compatibility settings.
58
58
59
-
The following topic properties are always replicated:
59
+
Partition count is always replicated to ensure the shadow topic matches the source topic's partition structure.
60
60
61
-
* Partition count
62
-
* `max.message.bytes`
63
-
* `cleanup.policy`
64
-
* `timestamp.type`
61
+
=== Topic properties replication
65
62
66
-
The following topic properties are never replicated:
63
+
For topic properties, Redpanda follows these replication rules:
64
+
65
+
**Never replicated:**
67
66
68
67
* `redpanda.remote.readreplica`
69
68
* `redpanda.remote.recovery`
@@ -72,8 +71,13 @@ The following topic properties are never replicated:
72
71
* `redpanda.leaders.preference`
73
72
* `redpanda.cloud_topic.enabled`
74
73
74
+
**Always replicated:**
75
75
76
-
By default, Redpanda always syncs the following topic properties:
76
+
* `max.message.bytes`
77
+
* `cleanup.policy`
78
+
* `message.timestamp.type`
79
+
80
+
**Always replicated, unless you set `exclude_default` to `true`:**
77
81
78
82
* `compression.type`
79
83
* `retention.bytes`
@@ -83,7 +87,9 @@ By default, Redpanda always syncs the following topic properties:
83
87
* `min.compaction.lag.ms`
84
88
* `max.compaction.lag.ms`
85
89
86
-
Additional topic properties are replicated only when you explicitly specify them in your `synced_shadow_topic_properties` configuration. Set `exclude_default` to `true` if you want to sync only the properties listed in `synced_shadow_topic_properties`. The filtering system you configure determines the precise scope of replication across all components, allowing you to balance comprehensive disaster recovery with operational efficiency.
90
+
To replicate additional topic properties, explicitly list them in `synced_shadow_topic_properties`.
91
+
92
+
The filtering system you configure determines the precise scope of replication across all components, allowing you to balance comprehensive disaster recovery with operational efficiency.
0 commit comments