Andrea Cosentino

Results 307 comments of Andrea Cosentino

It needs to be exploded in a single folder in the Kafka connector plugin path

I think this is in the root folder only

The failure in serialization happens at kafka level, so it is expected to find the file in the destination bucket. In terms of pure camel the exchange is complete. The...

If you want to still have the file in the source bucket you should avoid delete after read and move after read and use the idempotency support introduced in 0.7.....

Well, if the error happens during camel routing we need to manage it a bit better with rollback, but for your case this won't change the final situation, if the...

Only JVM https://github.com/apache/camel-quarkus/tree/main/extensions-jvm/milo

You need to add the sts jar to your connector folder related to S3 in plugin path

Essentially you need to add the STS jar (https://search.maven.org/artifact/software.amazon.awssdk/sts) in your zipped connector or in the exploded folder once it has been unzipped in the plugin path folder.

I don't think you can do in that way, you need to build a tar.gz connector self-containing STS jar in the same folder, so in the plugin path you'll have...