v0.9.0
Pre-release
Pre-release
This release adds support for HStreamDB v0.9
New Features
- Add a new
createStream
overloaded method with an extrashardCount
parameter inHStreamClient
- Add a new
listShards
method inHStreamClient
- Add a new
Reader
interface and corresponding implementions for accessing data from a stream shard directly - Adapt
Producer
andBufferedProducer
to the new protocol of HStreamDB v0.9
Breaking Changes
- Replace
orderingKey
ofRecord
withpartitionKey