crccheck / kinesis-streams

AWS Kinesis readable and writable streams
Apache License 2.0
8 stars 6 forks source link

Retry generic putRecords errors #15

Closed crccheck closed 7 years ago

crccheck commented 7 years ago

currently, we only retry errors that AWS specifies are retryable, but sometimes retryable errors pop up too. After this PR, we only immediately throw when we get an error that AWS says is not retryable.