Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 13, 2022. It is now read-only.
This repository was archived by the owner on Dec 13, 2022. It is now read-only.
There was an error while loading. Please reload this page.
I have tried using https://github.com/izumiya/fluent-plugin-mysql-binlog, which uses ruby-binlog to process binlog events.
According to the documentation here, the following datatypes are not supported:
ENUM
SET
GEOMETRY
I am getting the value "not implemented" instead of the field value on mediumint and date types (probably more types, but those I saw).
What could be the issue?
Thank you.