mhart / kinesalite

An implementation of Amazon's Kinesis built on LevelDB
MIT License
808 stars 86 forks source link

added partial support for ListShards #64

Closed oriy closed 6 years ago

oriy commented 6 years ago

(https://docs.aws.amazon.com/kinesis/latest/APIReference/API_ListShards.html)

asottile commented 6 years ago

Probably needs a rebase, there's a conflict now

oriy commented 6 years ago

@mhart please review this api call is essential for AWS KCL workflow

buremba commented 6 years ago

The newer versions of AWS KCL library uses this API so it's not possible to use Kinesaline for KCL without ListShards API support.

mhart commented 6 years ago

Thanks for starting this off! Added some more tests and validation and published as v1.13.0

oriy commented 6 years ago

Thanks Brilliant

kailashhd commented 6 years ago

Thanks @mhart and @oriy.