harlow / kinesis-consumer

Golang library for consuming Kinesis stream data
MIT License
264 stars 90 forks source link

Add an in-memory checkpoint to the API #103

Closed ashanbrown closed 5 years ago

ashanbrown commented 5 years ago

Make an in-memory checkpoint part of the API to easy simple and test application development.

Fixes #101

harlow commented 5 years ago

Nice job. Thanks for the PR 👍