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

consider removing support for PutRecord API #22

Closed jonsterling closed 9 years ago

jonsterling commented 9 years ago

Honestly, it makes no sense to use an elaborate producer system with the PutRecord API. It also increases the testing burden.

Everyone should just use the PutRecords API.