AWS event Bridge

0

Hi, Just want to check that by default in event bridge events are Processed in FIFO order. Can you please guide me how to change the priority/order of the event?

Regards JO

已提问 2 年前1339 查看次数
2 回答
0
已接受的回答

Amazon EventBridge does not guarantee the order of the events. It also does not support priorities. There are other native services that do support order, such as SQS FIFO queues or Kinesis Data Streams. None of them support priorities.

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

It appears you are applying concepts from a message queue system to Event Bridge. You can think of each event as a unique thing, that will follow the rules and be sent to the targets you wish. If this doesn't work for your use case, you can consider Amazon Simple Queue Service or Amazon MQ.

profile pictureAWS
已回答 2 年前
profile picture
专家
已审核 1 个月前

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

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

回答问题的准则

相关内容