Replies: 2 comments
-
can i work on this feature ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use |
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
-
Hi,
We currently have a setup with a realtime replication between 2 machines, where some read-only but load-heavy queries are explicitly run against the follower only.
Now we're considering switching to an active-failover setup with the same 2 machines, to achieve some kind of high availability.
Documentation says that ArangoJS connection pool can and will automatically run queries against the current leader, which is fine in most situations.
But in our case we would need the opposite: automatically run queries against the current follower.
Is there some way to achieve this ?
Thanks a lot,
Greetings,
Mathias
Beta Was this translation helpful? Give feedback.
All reactions