Skip to content

allow to use custom EventDeserializer for TransactionPayloadEvent decompressed events #165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jolivares
Copy link

@jolivares jolivares commented Jan 20, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant