Expand description
MySQL CDC binlog I/O.
Functionsยง
- build_
binlog_ request - Builds a
BinlogStreamRequestfrom our config (for testing). - build_
opts - Builds an
OptsBuilderfrom our config (for testing). - build_
ssl_ opts - Builds SSL options from our config.
- connect
- Connects to a MySQL server using the provided configuration.
- decode_
binlog_ event - Decodes a mysql_async binlog event into our internal
BinlogMessagetype. - read_
events - Reads binlog events from the stream with a timeout.
- start_
binlog_ stream - Starts a binlog replication stream from the MySQL server.