Modify to add ProducerEvent to SendFailed class to return event published that failed, because in order to implement retries for kinesis eventing model, we need the same event published before in the context of the actor that receive the SendFailed event in return.
Coverage increased (+0.4%) to 90.366% when pulling fd9068a2858c769cbe375817109c98f579b605e6 on feature/FND-2630-kinesis_retries into 6df65b068ff9388e6f9ed9c497c3533c6fef4d12 on master.
Overview
Added kinesis retries scheme.
Design/Changes