mhart / kinesalite

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

add filter by ExclusiveStartShardId for listShards #77

Closed EugeneYushin closed 5 years ago

EugeneYushin commented 6 years ago

issue details: https://github.com/mhart/kinesalite/issues/76

EugeneYushin commented 6 years ago

@mhart please, can you take a look on this?

tweise commented 5 years ago

@mhart could you please take a look or let us know if there is a different maintainer that we can ping?

EugeneYushin commented 5 years ago

@mhart Have you had a chance to look at this PR? Do you know anyone who can review in case you have no spare time for this? Regards

mhart commented 5 years ago

Thanks for this – apologies for the delay in getting it out. Committed in https://github.com/mhart/kinesalite/commit/791f782e36fae826bc8a99b14cceb4419569dbc1 and published in v1.15.0 – although I suggest upgrading to 2.x because level-sublevel has been deprecated.

Thanks again!