twitchscience / kinsumer

Native Go consumer for AWS Kinesis streams.
Other
134 stars 35 forks source link

allow users to change initial stream position #40

Open brenol opened 5 years ago

brenol commented 5 years ago

This should allow users to change the initial position from the stream. I think there are way better ways but I was unable to see all of them. This should close #31, even though it's a mix of position in stream + shard check frequency, which takes up to 5 minutes in the default behavior to trigger.

Also, this tries to be compatible with the current behavior 100%.