Using specificAvroReader with Camel JBang and kafka

2023-03-16 Thread Ramesh Venkitaswaran
Hello I am testing out camel integration with the confluent schema registry and trying to consume a message that is avro encoded using a schema from the schema registry. However, when I run the integration, camel is issuing a WARN level log message that these properties are not known configurations

Re: camel run * --camel-version=3.20.2

2023-03-16 Thread Federico Mariani
The fix in https://issues.apache.org/jira/browse/CAMEL-19103 will be present in the next release 3.20.3, if you want to try it, you can checkout camel-3.x, build it and use jbang.camel.version=3.20.3-SNAPSHOT Il giorno gio 16 mar 2023 alle ore 04:36 Chirag ha scritto: > Here is my output. > http

Re: Using reactive datasource in Camel Quarkus?

2023-03-16 Thread James Netherton
Hi, I don't think it is possible. The SQL component expects a JDBC datasource, so you'll need to add the appropriate Quarkus JDBC driver extension + configuration. I think you should be able to keep most of the datasource configuration the same as the reactive DS config and add the JDBC specific