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?

질문됨 2달 전236회 조회
1개 답변
0
수락된 답변

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
전문가
답변함 2달 전
profile pictureAWS
전문가
검토됨 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠