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 ?

feita há 2 meses146 visualizações
2 Respostas
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
ESPECIALISTA
Uri
respondido há 2 meses
profile pictureAWS
ESPECIALISTA
avaliado há 2 meses
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
ESPECIALISTA
respondido há 2 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas