Andrea Cosentino

Results 366 comments of Andrea Cosentino

The implementation is based on the following Kamelet https://github.com/apache/camel-kamelets/blob/v4.0.3/kamelets/http-secured-sink.kamelet.yaml and SSLContextParameters is not exposed.

We need to create a new Kameelt for that and generating a new connector for that purpose. This requires time.

You cannot use the approach with bean and SB project in the Kafka connect context

> @oscerd One more question, regarding below configuration file https://github.com/apache/camel-kamelets/blob/v4.0.3/kamelets/http-secured-sink.kamelet.yaml > > **Does it support Kafka Connect "Single Message Transform" configuration like below? if it supports could you share some...

Not http specific, but you can have a look at https://github.com/apache/camel-kamelets-examples/tree/main/jbang/kafka-batch-s3

It doesn't expose those parameters. We need a specialized kamelet for that purpose and we need to support camel 4.4.x

For doing that we need to use toD in the Kamelet instead of to and you'll need to use Camel headers for the purpose. As of today we don't have...

I created this: https://github.com/apache/camel-kamelets/issues/2042 The target it's 4.7.0, which won't be an LTS, @valdar is working on releasing 4.4.x for Camel-Kafka-connector and the next supported LTS will 4.8.0. So you'll...