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 ?

preguntada hace 2 meses146 visualizaciones
2 Respuestas
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
EXPERTO
Uri
respondido hace 2 meses
profile pictureAWS
EXPERTO
revisado hace 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
EXPERTO
respondido hace 2 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas