mysql-binlog-connector-java icon indicating copy to clipboard operation
mysql-binlog-connector-java copied to clipboard

allow to use custom EventDeserializer for TransactionPayloadEvent decompressed events

Open jolivares opened this issue 10 months ago • 0 comments

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.

jolivares avatar Jan 20 '25 13:01 jolivares