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 ?

feita há um ano705 visualizações
3 Respostas
1
Resposta aceita

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

profile pictureAWS
ESPECIALISTA
Uri
respondido há um ano
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
respondido há um ano
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
ESPECIALISTA
respondido há um ano

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