You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code is very helpful for understanding how to work with Kinesis Data Streams - thank you!
While sifting through it, I noticed that retries, which controls the ShardReader's back-off is never actually incremented as far as I can tell; this line adds 1 but never saves the incremented value:
This code is very helpful for understanding how to work with Kinesis Data Streams - thank you!
While sifting through it, I noticed that
retries
, which controls theShardReader
's back-off is never actually incremented as far as I can tell; this line adds 1 but never saves the incremented value:kinesis-python/src/kinesis/consumer.py
Line 54 in 2bf3551
This should work:
The text was updated successfully, but these errors were encountered: