hakidehari commented on issue #1271: URL: https://github.com/apache/camel-kafka-connector/issues/1271#issuecomment-942455633
I managed to resolve my issue by using a solution provided here https://github.com/apache/camel-kafka-connector/issues/1082 I added these 2 lines to my configuration for the connector and I am now seeing the payload come into Kafka in JSON format: `"value.converter": "org.apache.kafka.connect.converters.ByteArrayConverter", "camel.source.marshal":"json-jackson",` Thank you both for the help! -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
