Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of local and distributed store #2

Open
MainRo opened this issue Oct 22, 2020 · 0 comments
Open

Add support of local and distributed store #2

MainRo opened this issue Oct 22, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@MainRo
Copy link
Member

MainRo commented Oct 22, 2020

Stateful operations use memory based stores for now. We need support of a local store to limit memory consumption in context intensive applications, and support of distributed store to resume correctly an application and manage rebalancing.

Local store should be rocksdb, like on kafka streams and faust.
Distributed store is a kafka compacted topic.

This depends on maki-nage/rxsci#2

@MainRo MainRo added the enhancement New feature or request label Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant