KKcorps opened a new pull request, #8609:
URL: https://github.com/apache/pinot/pull/8609

   Kinesis producer can fail either due throughput limit exceeded or stream 
becoming INACTIVE due to variety of factors such as resharding.
   
   This allows user to add two properties to enable retry for producer. 
Currently only `FixedDelayRetryPolicy` is used.
   
   `num_retries` - Allows to specify the max number of attempts to make
   
   `retry_delay_millis` - delay in milliseconds between retry attempts


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to