quixio / quix-streams

Quix Streams - A library for data streaming and Python Stream Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RocksDB as alternative to other state stores

peter-quix opened this issue · comments

commented

Is your feature request related to a problem? Please describe.
Would like to have the option to have RocksDB as the alternative to currently existing LocalFileStateStorage.

Describe the solution you'd like
Implement the IStateStorage interface and expose C#/Python bindings to use it where IStateStorage can be used.

Done