Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kinesis sharIterator does not recover when out of retention period #98

Open
sauraz-zz opened this issue Aug 9, 2019 · 1 comment
Open
Assignees
Labels

Comments

@sauraz-zz
Copy link

When I have no data in my stream for 1 day (which is the retention period) and data comes up on day2. The shard iterator does not read the data and stays out of retention period even if there is data present in the shard.

@harlow Can you suggest any workaround for this for the shard iterator to recover?
If I restart my consumers the recover back from the retention period.
I use ShardIteratorTypeAfterSequenceNumber for starting my conusmer

@harlow
Copy link
Owner

harlow commented Sep 1, 2019

Thanks fo the note @sauraz, apologies for the late reply. I'll need to try to replicate this locally so I can find a work around 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants