m4nuC commented on issue #1186: URL: https://github.com/apache/camel-kafka-connector/issues/1186#issuecomment-848537302
Same error with 0.10.0. I can create the connector without the transform with the following config: ``` connector.class=org.apache.camel.kafkaconnector.aws2kinesis.CamelAws2kinesisSourceConnector tasks.max=1 topics=_topic camel.source.endpoint.region=eu-north-1 camel.source.endpoint.accessKey=hhhhhh camel.source.endpoint.secretKey=hhhhhh value.converter=org.apache.kafka.connect.converters.ByteArrayConverter key.converter=org.apache.kafka.connect.converters.ByteArrayConverter camel.source.path.streamName=kinesis_test ``` but if I add the transform it will faill with the following error: `Invalid value org.apache.camel.kafkaconnector.KinesisRecordDataTransforms for configuration transforms.KinesisRecordDataTransforms.type: Class org.apache.camel.kafkaconnector.KinesisRecordDataTransforms could not be found` -- 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]
