-
Notifications
You must be signed in to change notification settings - Fork 14
Not dumping all events #1
Comments
Interesting... Wonder if it could be something to do with record ordering somehow... |
Hi @alexanderdean, using the Kinesis API directly in the commit above didn't fix the issue. I'm still seeing records disappear. What should I try next? Do you want me to write up a bug report for you to send to Amazon? |
By the way, the horizon is part of the shard iterator and determines if the iterator should start at the beginning and pass through all shards, or at the end and only iterate through new shards. Scalazon and this example uses TRIM_HORIZON, which starts the iterator at the beginning of the stream, but using LATEST also seems helpful, especially since we're interested in real-time processing. Open a new issue if you want me to add real-time processing as an option to our consumer. |
Hi @alexanderdean, can you send https://gist.github.com/bamos/8221224? |
Thanks @bamos! Opened Support case: 146910911. You are on CC so should see updates as they come through. |
Awesome, will be interested to see what they say! |
We shall see! Normally the bigger bug, the faster their response :-) |
Hi @alexanderdean, I've merged everything into the |
I'm not sure if this is a quirk of Kinesis or something I did wrong, but
sometimes this only prints the first 8 events rather than all 10.
The text was updated successfully, but these errors were encountered: