oscerd commented on issue #299: URL: https://github.com/apache/camel-kafka-connector/issues/299#issuecomment-649203986
It seems you have a mixed classpath or something like that. https://github.com/apache/camel/blob/camel-3.2.0/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Producer.java#L303 At line 303 I see just this. Also don't use tasksMax equal to 10, this will create 10 routes, distributed mode for this connector is actually not supported, so leave it at 1. ---------------------------------------------------------------- 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]
