gohanbg commented on issue #843:
URL:
https://github.com/apache/camel-kafka-connector/issues/843#issuecomment-767129431
Now it worked. :)
I needed to add this config:
```
transforms: tojson
transforms.tojson.type:
org.apache.camel.kafkaconnector.transforms.SchemaAndStructToJsonTransform
transforms.tojson.converter.type: value
```
Without the `transforms.tojson.converter.type` it wasn't working, but now it
is fine
Thank you very much!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]