Skip to content

Commit 8cfa537

Browse files
Merge pull request #296373 from axisc/updated-eh-geo-rep-docs
Updating EH Geo-replication docs
2 parents 01f731c + 8467911 commit 8cfa537

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

articles/event-hubs/geo-replication.md

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are two features that provide geo-disaster recovery in Azure Event Hubs.
1616
- ***Geo-replication*** (public preview), which provides replication of **both metadata and the data**.
1717

1818
> [!NOTE]
19-
> The Geo-replication feature is supported by only the dedicated tier.
19+
> The Geo-replication feature preview is available on the dedicated tier only.
2020
2121
These features shouldn't be confused with Availability Zones. Both geographic recovery features provide resilience between Azure regions such as East US and West US. Availability Zone support provides resilience within a specific geographic region, such as East US. For more information on Availability Zones, see [Event Hubs Availability Zone support](./event-hubs-availability-and-consistency.md).
2222

@@ -43,21 +43,37 @@ These features shouldn't be confused with Availability Zones. Both geographic re
4343
>
4444
4545

46-
## Metadata disaster recovery vs. Geo-replication of metadata and data
47-
The Metadata DR feature replicates configuration information for a namespace from a primary namespace to a secondary namespace. It supports a one time only failover to the secondary region. During customer initiated failover, the alias name for the namespace is repointed to the secondary namespace and then the pairing is broken. No data is replicated other than configuration information nor are permission assignments replicated.
46+
## Metadata disaster recovery(DR) vs. Geo-replication of metadata and data
47+
The Metadata disaster recovery feature replicates configuration information (or metadata) for a namespace from a primary namespace to a secondary namespace. It supports a one time only failover to the secondary region. During customer initiated failover, the alias name for the namespace is repointed to the secondary namespace and then the pairing is broken. No data is replicated other than configuration information nor are permission assignments replicated.
4848

49-
The newer Geo-replication feature replicates configuration information and all of the data from a primary namespace to one, or more secondary namespaces. When a failover is performed, the selected secondary becomes the primary and the previous primary becomes a secondary. Users can perform a failover back to the original primary when desired.
49+
The newer Geo-replication feature replicates configuration information and all of the data from a primary namespace to one, or more secondary namespaces. When a failover is performed, the selected secondary is promoted to the primary and the previous primary becomes a secondary. Users can perform a failover back to the original primary when desired.
50+
51+
You can migrate from *Metadata disaster recovery (DR)* to *Geo-replication*, by breaking the metadata DR pairing and enabling Geo-replication as mentioned in this document.
5052

5153
This rest of this article focuses on the Geo-replication feature. For details on the metadata DR feature, see [Event Hubs Geo-disaster recovery for metadata](./event-hubs-geo-dr.md).
5254

55+
## The benefits of Geo-replicated namespaces
56+
57+
### Ensuring Business Continuity and Disaster Recovery
58+
Geo-replication ensures disaster recovery and business continuity for all streaming data on your namespace. By replicating data across regions, organizations can safeguard against data loss and ensure that their applications remain operational even in the event of a regional outage. This is particularly crucial for mission-critical applications that require high availability and minimal downtime.
59+
60+
### Global Data Distribution
61+
Geo-replication can be used to distribute data globally, allowing applications to access data from the nearest region. This reduces latency and improves performance for workloads located in different parts of the world.
62+
63+
### Data Sovereignty and Compliance
64+
Organizations operating in multiple countries often need to comply with data sovereignty laws that require data to be stored within specific geographic boundaries. Geo-replication allows these organizations to replicate data to regions that comply with local regulations, ensuring that they meet legal requirements while still maintaining a unified data platform.
65+
66+
### Migration and Upgrades
67+
Geo-replication can also be used to facilitate data migration, maintenance and system upgrades. Organizations can migrate their namespace proactively from a primary to a secondary region to allow for any maintenance and upgrades on the primary region.
68+
5369
## Geo-replication
5470
The public preview of the Geo-replication feature is supported for namespaces in Event Hubs self-serve scaling dedicated clusters. You can use the feature with new, or existing namespaces in dedicated self-serve clusters. The following features aren't supported with Geo-replication:
5571

56-
- Customer-managed keys (CMK)
57-
- Managed identity for capture
58-
- Virtual network features (service endpoints, or private endpoints)
59-
- Large messages support (now in public preview)
60-
- Kafka Transactions (now in public preview)
72+
- Customer managed keys encryption (CMK).
73+
- Managed identity for capture.
74+
- Private endpoints.
75+
- Large messages support (currently in public preview).
76+
- Kafka Streams and Transactions (currently in public preview).
6177

6278
Some of the key aspects of Geo-data Replication public preview are:
6379

0 commit comments

Comments
 (0)