Replies: 2 comments 2 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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions