-
Notifications
You must be signed in to change notification settings - Fork 1
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
DebeziumJsonDeserializer seems to not work #42
Comments
I want to ask you how did you manage to use the transformer without getting the following error:
because I am getting this error currently |
I don't remember actually. Although I managed to create my own converters. If you want just take a look here: |
@smyrgeorge One quick question please. I have managed to build this project but how I can include this plugin afterwards? Is it enough just to include the jar like below? Also you mentioned that you've built your own plugin - is this somewhere available to give it a shot in my end? Thanks in advance. |
@gtsopour according to Karla's connect documentation: By default, the directory /kafka/connect is used as plugin directory by the Debezium Docker image for Kafka Connect. So any additional connectors you may wish to use should be added to that directory. Check my repository for further details: https://github.com/smyrgeorge/debezium-test I'm not using this implementation in production. In the project that I'm working we do have a working version that is based on the examples of this repository. |
Hola!
I'm playing around with Debezium + PostgreSQL and I'm trying to use the
DebeziumJsonDeserializer
.I managed to load the plugin correctly, I saw it in the logs when Kafka connect is starting up.
Also managed to load the connector, using the following config.
From the logs:
I have a table with the following values (one of the rows).
The message produced for this row is like:
As we can see the
test
field is still encoded as a string:Am I missing something?
I'm using the latest images (2.4) provided by the debezium team.
https://quay.io/organization/debezium
Thanks in advance!
The text was updated successfully, but these errors were encountered: