Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

KinesisProducerActor: failed sends should be retried #50

Open
aquamatthias opened this issue Jan 25, 2018 · 0 comments
Open

KinesisProducerActor: failed sends should be retried #50

aquamatthias opened this issue Jan 25, 2018 · 0 comments

Comments

@aquamatthias
Copy link
Contributor

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.

A related feature is available on the consumer side: failedMessageRetries

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant