kagkarlsson / db-scheduler

Persistent cluster-friendly scheduler for Java
Apache License 2.0
1.23k stars 188 forks source link

Does db-scheduler supports MySql Cluster mode? #473

Closed tianshuainan closed 6 months ago

tianshuainan commented 6 months ago

now, I want to extend mysql single-node to master-slave mode.Does db-scheduler supports MySql Cluster mode?

kagkarlsson commented 6 months ago

Not sure what master-slave mode is. If it is simple replication and you still have a master it should work. If it is some multi-master setup using Galera or similar, not so sure. I think someone tried that but observed some errors.