KV duplication without a cluster #1663
computinglife
started this conversation in
General
Replies: 1 comment 4 replies
-
2 node jetstream works and native replication can be used. Your data is replicated but you have HA since any outage is a full outage. there are other options also that can be used depending on needs. So the question is what are you trying to achieve - how would the replicated data be used. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are trying to design an application using NATS, jetstream feature (btw its awesome)
We cannot use a cluster since we have just 2 nodes and we want the changes to KV store from one of the nodes to be replicated to another in an eventually consistent manner
Is there anyway we can do these without writing explicit code to -
Thanks in advance
Arun
Beta Was this translation helpful? Give feedback.
All reactions