You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
The current implementation of KinesisProducerActor sends every message to KinesisProducer. A successful produced message results in a SendSuccessful, otherwise a SendFailed actor message.
If a message can not be published, it would be great if sending the message can be retried a configurable number of times.
The current implementation of
KinesisProducerActor
sends every message toKinesisProducer
. A successful produced message results in aSendSuccessful
, otherwise aSendFailed
actor message.If a message can not be published, it would be great if sending the message can be retried a configurable number of times.
A related feature is available on the consumer side: failedMessageRetries
The text was updated successfully, but these errors were encountered: