julien-duponchelle/python-mysql-replication

Support parsing raw binlog file

Closed this issue · 1 comments

Is there a way in the current implementation to parse the binlog file instead of listening to stream of event in real time? If so, are there any examples? The current examples all require real-time connection to the mysql server.

closed