Bake retries into the Producer config
Closed this issue · 0 comments
kubukoz commented
Currently, the kinesis-client Producer has two methods:
- put
- putWithRetries
The idea is to have just one put
, and control retry-ness and retry parameters via the configuration of the producer. Additionally the default config should set some sane defaults, presumably "do retries".