mysql-binlog-connector-java
mysql-binlog-connector-java copied to clipboard
allow to use custom EventDeserializer for TransactionPayloadEvent decompressed events
mysql-binlog-connector-java always had the ability to use a customised EventDeserializer. However, after adding TransactionPayloadEvent support, this behaviour is broken as TransactionPayloadEventDataDeserializer will rely on stock EventDeserializer to perform the parsing of its events. This PR reverts this behaviour by providing the ability to use a custom EventDeserializer for TransactionPayloadEvent decompressed events.