Skip to main content

Module mysql_io

Module mysql_io 

Source
Expand description

MySQL CDC binlog I/O.

Functionsยง

build_binlog_request
Builds a BinlogStreamRequest from our config (for testing).
build_opts
Builds an OptsBuilder from 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 BinlogMessage type.
read_events
Reads binlog events from the stream with a timeout.
start_binlog_stream
Starts a binlog replication stream from the MySQL server.