oscerd edited a comment on issue #410:
URL: 
https://github.com/apache/camel-kafka-connector/issues/410#issuecomment-687239225


   Hello,
   
   1. Basically you'll need to build the connector and you'll get a new 
package.zip
   - in the connector configuration you want to use
   
   ```
   transforms=S3ObjectTransformer
   
transforms.S3ObjectTransformer.type=org.apache.camel.kafkaconnector.transforms.S3ObjectTransformer
   ```
   Where you point your new transformation class.
   
   for example. In this way you'll use the transformation you implemented in 
the extended connector.
   
   2. You can do a unit test like this class: CamelTypeConverterTransformTest 
in camel-kafka-connector repo


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