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
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
The text was updated successfully, but these errors were encountered:
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 conusmerThe text was updated successfully, but these errors were encountered: