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


   So instead of 
   
   ```
   transforms=KinesisRecordDataTransforms
   
transforms.KinesisRecordDataTransforms.type=org.apache.camel.kafkaconnector.KinesisRecordDataTransforms
   ```
   
   Now it is
   
   ```
   transforms=KinesisRecordDataTransforms
   
transforms.KinesisRecordDataTransforms.type=org.apache.camel.kafkaconnector.aws2kinesis.transformers.KinesisRecordDataTransforms
   ```
   
   Sorry for this, we need to update docs and examples.


-- 
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:
[email protected]


Reply via email to