julien-duponchelle / python-mysql-replication

Pure Python Implementation of MySQL replication protocol build on top of PyMYSQL
2.33k stars 679 forks source link

Add : Example for MySQL to Kafka events #561

Closed HongGeonUi closed 1 year ago

HongGeonUi commented 1 year ago

closes #560 Add Example for MySQL to Kafka Events.

It only provides DeleteRowEvent, UpdateRowEvent, WriteRowEvent. This is the result of example.

스크린샷 2023-10-17 오전 12 33 33
dongwook-chan commented 1 year ago

Well done! I'm impressed that you pulled this off despite insufficient instructions on the project. I appreciate your effort to improve the project. Let me just run some tests before I merge.