a8m / kinesis-producer

An aggregated records producer for Amazon Kinesis
MIT No Attribution
149 stars 51 forks source link

Added hooks and batches #14

Closed owais closed 5 years ago

owais commented 5 years ago

Hooks allow users to get interesting information out of the producer for things like metrics or reporting.

Batches add a thin abstraction on top of kinesis put requests and make it easier to observe some metrics

owais commented 5 years ago

Opened accidentally against this repo. Intention was to open against the forked repo. That said, I do intent to upstream these changes here at some point but not sure if in their current form.

owais commented 5 years ago

@a8m Now that the changes have ended up here, it would be nice to get your opinion on this so I can be better prepared for the eventual PR I submit.