anuragp89 commented on issue #1358:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1358#issuecomment-1102867214

   After changing the value.converter  as 
"org.apache.kafka.connect.converters.ByteArrayConverter" I am observing that 
the messages received on the topic are still Base64 encoded message. When I run 
 " base64 --decode " command I can see the exact json message. 
   
   When my earlier configuration with value.converter  as 
"org.apache.kafka.connect.json.JsonConverter", I verified the payload field is 
twice Base64 encoded. So if I run " base64 --decode " command on the payload, I 
get the correct plain text json format message. 


-- 
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]

Reply via email to