mhart / kinesalite

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

Added support for DescribeStreamSummary #93

Closed Hulios closed 4 years ago

Hulios commented 5 years ago

Added support for DescribeStreamSummary

This should solve the issue from localstack https://github.com/localstack/localstack/issues/1553

Hulios commented 4 years ago

@mhart Request for a review.

mhart commented 4 years ago

Gotcha, makes sense on the test – thanks for fixing that. I modified it slightly in https://github.com/mhart/kinesalite/commit/d0a27d95b5ffaa5424569a37b57ca22465e3305a

Pulled your other commit into master (and made a slight addition to include ConsumerCount) – published as v3.2.0 – thanks for the addition!