According to
https://github.com/openark/orchestrator/blob/master/docs/raft.md, raft is good for cross DC.
But what about the MySQL replicas? The transaction replication data is fully controlled by MySQL, NOT by Orchestrator, right?
What kind of mysql replication should I choose to work with Raft for better cross DC support?
Thank you so much! Looking forward for your help on this!