oscerd commented on issue #667:
URL: 
https://github.com/apache/camel-kafka-connector/issues/667#issuecomment-721934338


   If you need to use a processor i believe you should use plain camel. This is 
a first suggestion. The simple language is already supported. In your connector 
options you can already use stuff like ${body} or headers. Like here for 
example: 
https://github.com/apache/camel-kafka-connector-examples/blob/master/aws2-s3/aws2-s3-sink-with-aggregation/config/CamelAWS2S3SinkConnector.properties#L31
   
   If you need to manipulate the data like passing through a bean or doing 
complex simple expression, you should use camel directly, through the 
camel-kafka component..


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