mhart / kinesalite

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

Creating streams takes rather long #97

Closed johannes-gehrs closed 4 years ago

johannes-gehrs commented 4 years ago

We use kinesalite 3.1.0 from localstack. We notice that creating streams takes quite some time, slowing down our integration tests.

Is there any way we can speed up kinesalite in creating the streams?

Alternatively, is there a way we could contribute to the project such that the creation of streams is potentially sped up?

mhart commented 4 years ago

Yup, see the README – createStreamMs, etc

johannes-gehrs commented 4 years ago

excellent. Thank you so much and sorry for bothering you with something which is clearly mentioned in the README.