oracle / mysql-operator

Create, operate and scale self-healing MySQL clusters in Kubernetes
870 stars 235 forks source link

Are mysql-operator and mysql-agent repeating each other? #279

Open houshengbo opened 5 years ago

houshengbo commented 5 years ago

I have been learning mysql operator lately. I've found that a large section of source code for mysql-agent is pretty much similar to mysql-operator. I am wondering why we have both of them. What is difference between them? Why not consolidate them into one mysql operator code flow? Thanks.