alephcloud / hs-aws-kinesis-client

A producer/consumer client library for Kinesis
http://hackage.haskell.org/package/aws-kinesis-client
Apache License 2.0
5 stars 3 forks source link

Add KCL features #24

Open thomasdziedzic opened 9 years ago

thomasdziedzic commented 9 years ago

It would be nice to have a haskell library that matches the feature set of the KCL.

http://docs.aws.amazon.com/kinesis/latest/dev/developing-consumer-apps-with-kcl.html

Some notable features:

The way KCL implements this is through a dynamodb table where it keeps track of the current owner/checkpoint and other info in a single row per shard per application