dolthub / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
23 stars 22 forks source link

Port: Support for Vitess server to send binlog events #317

Closed fulghum closed 8 months ago

fulghum commented 8 months ago

Porting over support from the main Vitess repo for a server to send back binlog events over a connection. Also includes support for handling the COM_BINLOG_DUMP_GTID command.

Related to https://github.com/dolthub/dolt/issues/7512