Skip to content
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

DBZ-8040: Custom Converter Support #107

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Conversation

ryanvanhuuksloot
Copy link
Contributor

Sister PR: debezium/debezium#5674

This PR in combination with a PR from Debezium Server supports the ability to do custom converters. Internally we have multiple custom converters and needed to build our own modules and hardcore our class names.

Now we can do the following: (operator spec)

      type: clientprovided
      config:
        class: com.shopify.cdc.transforms.ByteArrayHeaderConverter

Related Issue: https://issues.redhat.com/browse/DBZ-8040

Copy link
Member

@Naros Naros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @ryanvanhuuksloot !

@Naros Naros merged commit 81cfee8 into debezium:main Jul 16, 2024
2 checks passed
@ryanvanhuuksloot ryanvanhuuksloot deleted the DBZ-8040 branch July 16, 2024 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants