harlow / kinesis-consumer

Golang library for consuming Kinesis stream data
MIT License
263 stars 88 forks source link

Add support for aggregated records #127

Closed jregovic closed 3 years ago

jregovic commented 3 years ago

Add config option for aggregated records and deaggregation on records in ScanShard

This PR adds an option to consume aggregated records.

harlow commented 3 years ago

super cool, thanks for the contribution!