You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/11/04 19:38:42 UTC

[GitHub] [camel-kafka-connector] oscerd commented on issue #667: Add Simple Language support

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