Trying to set the current time in camel using quartz

2023-03-15 Thread Narasimha G
Hi, I’m trying to set the current time in my code. Using that relative time the message will fire to the destination from the input source. Is there any thing in camel to set the current using Quartz Scheduler? Thanks, Narasimha Gudisa

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

2023-03-15 Thread Chirag
Here is my output. https://gist.github.com/chiragsanghavi/5926f71c7296bb2bf33434d5e33c95fb i also do not have success with --background ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Wed, Mar 15, 2023 at 4:22 AM Federico Mariani wrote: > > Hello, >

Consume Kafka messages in a batch

2023-03-15 Thread Mark Nuttall
I know consuming Kafka messages in a batch is not currently supported. I googled and I didn't find any real options. I looked at hacking the Camel classes to implement it and decided that it was too risky. So for now we are falling back to using a Spring Kafka Consumer. The issue with that is I

Using reactive datasource in Camel Quarkus?

2023-03-15 Thread Mikael Andersson Wigander
I have an application where I'd like to combine Quarkus Reactive Database client and also using Camel SQL component to query same PostgreSQL database. I can't find any documentation where it states how I should define my datasource(s). Normally with only JDBC it works using the "default"

Re: Enum comparing does not work when toString is overridden

2023-03-15 Thread Claus Ibsen
Hi Can you maybe post some more details such as a bit of code of your enums. As we could possible improve that code to deal with enums in a specific way. On Mon, Mar 6, 2023 at 12:30 PM Svend Ole Nielsen < svend-ole.niel...@addsecure.com> wrote: > Hi > > I have been scratching my head for a

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

2023-03-15 Thread Federico Mariani
Hello, Probably this https://issues.apache.org/jira/browse/CAMEL-19103 will solve your issue, the fix is already merged on 3.20.x, 3.x and main branch. Greetings, Federico Il giorno mar 14 mar 2023 alle ore 18:29 Chirag ha scritto: > This is for linux: > > $ jbang --version > 0.104.0 > $