Does Event Bridge Bus guarantee the order of events?

0

does event bridge guarantee the order of events? I have read event pipes guarantee it . how event pipes different from event bridge bus ?

已提问 2 个月前146 查看次数
2 回答
1

EventBridge Bus does not guarantee order of messages.

If you need a fanout mechanism that preserves order you can use Kinesis Data Streams (but that has limited number of consumers) or SNS FIFO with fanout to several SQS FIFO queues.

profile pictureAWS
专家
Uri
已回答 2 个月前
profile pictureAWS
专家
已审核 2 个月前
0

EventBridge event buses are well suited for many-to-many routing of events between event-driven services. EventBridge Pipes is intended for point-to-point integrations between event publishers and consumers, with support for advanced transformations and enrichments. EventBridge Pipes can use an EventBridge event bus as a target. Migrating from an EventBridge event bus rule to a pipe is easier, as filtering and targets remain the same between the two resources. You'll need to use EventBridge Pipes for guaranteed ordering.

profile pictureAWS
专家
已回答 2 个月前

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

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

回答问题的准则