events not matching any rules

0

what happens to events which are sent to event bus but not matching rule to deliver it to target ?

已提問 1 年前檢視次數 705 次
3 個答案
1
已接受的答案

Events that do not match any rule are discarded. If you have archive enabled, they will be added to the archive.

profile pictureAWS
專家
Uri
已回答 1 年前
1

Hello,

Not sure about the exact outcome aimed from this question but will try to provide useful answer. Once in the event bus, events are stored for a particular amount of days in something which we can name archive. Reaching deadline these events are purged, in the meantime there is a feature which allows user to replay events from particular archive, if needed.

Hope this helps!

Regards, Totti

profile picture
已回答 1 年前
1

According to https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-rule-dlq.html:

When an event isn't successfully delivered to a target because of retriable errors, EventBridge retries sending the event. You set the length of time it tries, and number of retry attempts in the Retry policy settings for the target. By default, EventBridge retries sending the event for 24 hours and up to 185 times with an exponential back off and jitter, or randomized delay. If an event isn't delivered after all retry attempts are exhausted, the event is dropped and EventBridge doesn't continue to process it. To avoid losing events after they fail to be delivered to a target, you can configure a dead-letter queue (DLQ) and send all failed events to it for processing later.

profile picture
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南