Andrea Cosentino

Results 366 comments of Andrea Cosentino

We just released 4.0.3 camel-kamelets-catalog, and we're going to release 4.0.3 camel-kafka-connector based on that. So the issue will be fixed in 4.4.0 and 4.0.4. 4.4.0 is an LTS release,...

I think the problem is we are unmarshalling the payload https://github.com/apache/camel-kamelets/blob/main/kamelets/postgresql-sink.kamelet.yaml#L109 We cannot really distinguish between fields.

What is the version? How did you unpack the tar.gz connector?

I guess this will need to be done at component level in Camel: https://github.com/apache/camel/blob/main/components/camel-cassandraql/src/main/java/org/apache/camel/component/cassandra/CassandraEndpoint.java#L139-L163

It's not that straightforward. We need to do this on camel, release camel, update camel kamelets, release camel kamelets, update camel Kafka connector release camel Kafka connector. I'll work on...

The fix on Camel has been done: https://issues.apache.org/jira/browse/CAMEL-18996 Now we need to align the kamelet https://github.com/apache/camel-kamelets/issues/1256