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: articles/event-hubs/geo-replication.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,11 @@ Changing a secondary to being a new primary is done two ways:
38
38
- Forced: as a failover where the secondary becomes primary as fast as possible.
39
39
The Geo-replication feature replicates all data and metadata from the primary region to the selected secondary regions. The namespace FQDN always points to the primary region.
40
40
41
-
:::image type="content" source="./media/geo-replication/a-as-primary.png" alt-text="Diagram showing when region A is primary, B is secondary":::
41
+
:::image type="content" source="./media/geo-replication/a-as-primary.png" alt-text="Diagram showing when region A is primary, B is secondary.":::
42
42
43
43
When a customer initiates a promotion of a secondary, the FQDN points to the region selected to be the new primary. The old primary then becomes a secondary. You can promote your secondary to be the new primary for reasons other than a failover. Those reasons can include application upgrades, failover testing, or any number of other things. In those situations, it's common to switch back when those activities are completed.
44
44
45
-
:::image type="content" source="./media/geo-replication/b-as-primary.png" alt-text="Diagram showing when B is made the primary, that A becomes the new secondary":::
45
+
:::image type="content" source="./media/geo-replication/b-as-primary.png" alt-text="Diagram showing when B is made the primary, that A becomes the new secondary.":::
46
46
47
47
Secondary regions are added, or removed at the customer's discretion.
48
48
There are some current limitations worth noting:
@@ -102,14 +102,14 @@ Users can monitor the progress of the replication job by monitoring the replicat
102
102
- The column count_d indicates the replication lag in seconds between the primary and secondary region.
103
103
104
104
## Publishing Data
105
-
Event publishing applications can publish data to georeplicated namespaces via stable namespace FQDN of the geo replicated namespace. The event publishing approach is the same as the non-Geo DR case and no changes to client applications are required.
105
+
Event publishing applications can publish data to geo-replicated namespaces via stable namespace FQDN of the geo replicated namespace. The event publishing approach is the same as the non-Geo DR case and no changes to client applications are required.
106
106
Event publishing may not be available during the following circumstances:
107
107
- During Failover grace period, the existing primary region rejects any new events that are published to Event Hubs.
108
108
- When replication lag between primary and secondary regions reaches the max replication lag duration, the publisher ingress workload may get throttled.
109
109
Publisher applications can't directly access any namespaces in the secondary regions.
110
110
111
111
**Consuming Data**
112
-
Event consuming applications can consume data using the stable namespace FQDN of a georeplicated namespace. The consumer operations aren't supported, from when the failover is initiated until it's completed.
112
+
Event consuming applications can consume data using the stable namespace FQDN of a geo-replicated namespace. The consumer operations aren't supported, from when the failover is initiated until it's completed.
113
113
114
114
### Checkpointing/Offset Management
115
115
Event consuming applications can continue to maintain offset management as they would do it with a single namespace.
0 commit comments