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?

feita há 2 meses235 visualizações
1 Resposta
0
Resposta aceita

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
ESPECIALISTA
respondido há 2 meses
profile pictureAWS
ESPECIALISTA
avaliado há 2 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas