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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则