theburningmonk / ReactoKinesix

A Rx based .Net client library for working with Amazon Kinesis
http://theburningmonk.github.io/ReactoKinesix/
MIT License
29 stars 5 forks source link

Track record Timestamp along in checkpoint #55

Closed theburningmonk closed 8 years ago

theburningmonk commented 9 years ago

So that you get a better sense of where you are in the timeline.

theburningmonk commented 9 years ago

One approach would be to allow the consumer to return a custom blob to store alongside the checkpoint sequence number, something that the consumer would understand. Which could be timestamp, or some other data blob.

theburningmonk commented 8 years ago

Since AWSSDK reports back the Time behind tip of stream already, so do the simple thing here and: