Replies: 1 comment
-
I have observed the following error whenever the new data is being shared between leaf |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi All,
We want to have a setup like HUB with 2 leaf nodes.
Each leaf node will have the KV bucket. Now I want to sync between 2 KV bucket. Idea is when 1 leaf node goes down. another leaf node KV bucket will server the data. Thats the reason we want to sync between 2 different domains (Leaf node) bucket.
Following is my HUB and Leaf configuration
I have created the buckets on leaf node as below.
created the stream with the below file
leaf1-stream.json
nats stream add --config leaf1-stream.json -s nats://127.0.0.1:4111
Following is the leaf2-stream.json
nats stream add --config leaf2-stream.json -s nats://127.0.0.1:4000
But when i put the data on bucket test on leaf1 , it is not reflecting to leaf2 and viceversa

I have tried debugging a lot. Please help us to setup the KV data sync across domain
Beta Was this translation helpful? Give feedback.
All reactions