Replies: 2 comments 3 replies
|
For JetStream and a 2-node system you have data durability but if any of the servers has an issue the system and all streams will be blocked until both servers are back and running. |
0 replies
|
If all you need is two independent jetstream containers running on the two servers, and do not need the raft consistency guarantees, you can replicate all events from one server to the other Here'a how you can go about it: https://github.com/ashupednekar/natsriot There's one flaw right now, where the number of messages grows exponentially due to cyclic duplicate writes |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I need to create a HA cluster for nats jetstream, my limitations are:-
So is there a better way of achieving the HA clustering with 2 nodes, or explicitly rsyncing the stream store periodically to the standby node would be the only way for this ?
Thank you.
All reactions