-
Hello, Is there any way to attach vip address to an async replica database's server? I couldn't find an etcd key, that contain exactly this information, but maybe it could be calculated from /scope/namespace/sync key. I have a leader, a sync standby and an async standby. If this key doesn't contain this node's name, then this node is async. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
klaci71
Oct 24, 2024
Replies: 1 comment 9 replies
-
If you can put the proper |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
This version is works well.
Two vip-manager services run simultaneously, one manages the leader's VIP address from etcd, the other one handles the async replica's from Patroni.
Thank you very much for your help!