Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Feature Request: Add support for MySQL Group Replication #1179

Open
ejortegau opened this issue May 31, 2020 · 0 comments
Open

Feature Request: Add support for MySQL Group Replication #1179

ejortegau opened this issue May 31, 2020 · 0 comments

Comments

@ejortegau
Copy link
Contributor

I would like to have at least some level of support for Group Replication set-ups in Orchestrator. The bare minimum support would include:

  • At least the (simpler) single primary mode, since it is somewhat more similar to the traditional single primary master in async/semi-sync replication.
  • The API returns all group members as part of the same cluster in calls to /api/cluster/<cluster_alias>
  • The web UI shows the group members in the same view, instead of what happens today, in which each group member looks like a separate cluster.
  • Orchestrator does not consider GTIDs from the group as errant anymore.
  • Orchestrator prevents the user from performing incorrect topology for group members (e.g. set a primary to replicate from a secondary; or move a secondary to replicate from somewhere else, since secondaries actually replicate from the group's primary).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant