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

   > @oscerd One more question, regarding below configuration file 
https://github.com/apache/camel-kamelets/blob/v4.0.3/kamelets/http-secured-sink.kamelet.yaml
   > 
   > **Does it support Kafka Connect "Single Message Transform" configuration 
like below? if it supports could you share some samples for configuration?**
   > 
   > """ transforms=tenantSelection,insertHeaders
   > 
   > 
transforms.tenantSelection.type=com.services.kafka.connect.transforms.FilterByTenantId
 transforms.tenantSelection.include=XXXXXX
   > 
   > 
transforms.insertHeaders.type=org.apache.kafka.connect.transforms.InsertHeader 
transforms.insertHeaders.header=CamelHeader.Content-Type 
transforms.insertHeaders.value.literal=application/cloudevents+json
   > 
   > """
   > 
   > Thanks.
   
   No, Kamelets are building blocks used to generate the Kafka connectors in 
this repository, but they are not Kafka connect oriented. If you want to use 
SMT, you have to extend the connector and add your own SMT.  


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to