yingbo-wu opened a new issue #1113:
URL: https://github.com/apache/camel-kafka-connector/issues/1113


   The “camel.source.endpoint.consumerType” is changeStreams
   ```
   {
       ......
       "camel.source.endpoint.consumerType": "changeStreams",
       ......
   }
   ```
   
   The kafka topic message format is:
   Document{{_id=6054153bb0c98c76191cd377, sfdc_id=a0L2x000001GjBgEAK, 
field_3=Fri Mar 05 00:00:00 GMT 2021, field_1=123, field_2=123}}
   
   The format is that the "Document" object toString() returns something
   Such a data format cannot be used downstream


-- 
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:
us...@infra.apache.org


Reply via email to