Is the event replication durable for the eventBrdige global endpoint?

0

I don't see any statement saying this.

I guess the event replication between two event buses is asynchronous. If Event A has been put into the primary region, but the Event Bridge in the primary region is disrupted before a successful replication, event A is missing in the secondary region.

If so, is the durability just an at-most-once semantic?

posta 2 mesi fa236 visualizzazioni
1 Risposta
0
Risposta accettata

The replication of events between primary and secondary regions is explicitly designed to ensure application resilience during regional disruptions. However, this process is asynchronous, meaning events are not guaranteed to be processed simultaneously in both regions. This implies that during failover, there might be a window where events are not replicated to the secondary region, potentially leading to an "at-most-once" delivery scenario. The Recovery Time Objective (RTO) and Recovery Point Objective (RPO) are crucial metrics here, with AWS aiming for these to be around 360 to 420 seconds, indicating the designed recovery efficiency and the extent of data that could be left unprocessed during a failure​​.

For ref:

If this has answered your question or was helpful, accepting the answer would be greatly appreciated. Thank you!

profile picture
ESPERTO
con risposta 2 mesi fa
profile pictureAWS
ESPERTO
verificato 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande