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달 전

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

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

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

관련 콘텐츠