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
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This is similar to Task T3, where a stream pointer will need to be stored and retrieved when processing from the Kinesis Stream.
A slight complexity is that stream pointers actually exist per shard as opposed to for the whole stream, so it is necessary for each shard consumer to do this. In practice, we currently only use a single shard, so for an initial release it would suffice to assume this.