apoorvmintri commented on issue #1271: URL: https://github.com/apache/camel-kafka-connector/issues/1271#issuecomment-1903724311
For anyone else that has run into this issue and trying to use "camel.source.marshal":"json-jackson" but its throwing exceptions on the later kafka connector versions. Use this instead - `"value.converter":"org.apache.kafka.connect.converters.ByteArrayConverter", "camel.main.streamCachingEnabled": "false"` -- 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]
