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 ?

asked 2 months ago128 views
2 Answers
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
EXPERT
Uri
answered 2 months ago
profile pictureAWS
EXPERT
reviewed 2 months ago
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
EXPERT
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions