zendesk / maxwell

Maxwell's daemon, a mysql-to-json kafka producer
https://maxwells-daemon.io/
Other
4.01k stars 1.01k forks source link

Multiple HA deployment modes #1946

Open wanghangyu817 opened 1 year ago

wanghangyu817 commented 1 year ago

maxwell is currently highly available through jgroups, which is a good choice. However, in many cases, users are not familiar with jgroups. On the contrary, users who deploy maxwell in a big data architecture will be more familiar with zookeeper. Whether maxwell can co-exist with multiple HA deployment modes? Users can choose to use the distributed coordination technology of the underlying high availability. If so, I will submit maxwellHA on ZK

osheroff commented 1 year ago

sure, if you like. Honestly kubernetes is a much better answer here but hey

wanghangyu817 commented 1 year ago

Yes, maxwell is more flexible by providing users with a variety of options