Replies: 1 comment
-
Yes it is, in such cases I would recommend running NATS server separately instead of using embedded NATS. That way any marmot instances that come up can point to same NATS server and instances can come and go. |
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
-
I am trying to set up marmot to replicate pocketbase db from one host to another. In the host where pocketbase runs a number of time series are produced and stored in the database. In the other host grafana is running and the intent is for grafana to read data from a replicated version of the pocketbase db. Potentially there may be multiple hosts with grafana. I would like to setup the marmot cluster like this:
Is it possible to configure the marmot instances to achieve a scenario like this?
If so, how?
Beta Was this translation helpful? Give feedback.
All reactions