-
Notifications
You must be signed in to change notification settings - Fork 449
Description
@ngjaying
Hi eKuiper team
I would like to propose the implementation of Raft or another form of clustering/replication in eKuiper.
Currently, eKuiper does not support any form of distributed replication—its state is either in-memory or persisted via local checkpoints. Adding a clustering mechanism would bring fault tolerance and strong, or weaker, consistency across multiple nodes, making the system more robust and suitable for distributed edge deployments.
If you agree, I would be happy to take on the implementation, draft a design proposal, and submit incremental PRs for review. I believe this could be a valuable addition to the project and help broaden its use cases.
Thank you for considering this suggestion, and I look forward to your feedback!
Best regards.