charleenklang commented on issue #1561:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1561#issuecomment-1705531039

   For example, there is a message in `topic-1` like this:
   
   ```txt
   Key (1 bytes): test-key      
   Value (4 bytes): test
   Timestamp: 1693840308197     Partition: 1    Offset: 4
   ```
   
   The object in the s3 bucket:
   
   ```txt
   $ mc cat mybucket/myobject
   test
   ```
   
   After restoring the message to a new topic it looks like this:
   
   ```test
   Key (-1 bytes):      
   Value (4 bytes): test
   Timestamp: 1693840947125     Partition: 2    Offset: 5
   ```
   
   


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