Hi team,
I am trying to use camel simple expression bodyOneLine for logging payload
in single line. But it throws below error while starting the route.
Camel version= 2.23.1
Code:
.log(org.apache.camel.LoggingLevel.INFO,"Request Received : ${bodyOneLine}")
Error:
Caused by:
org.apa
Hi team,
How can we set trigger misfire instruction when using
QuartzScheduledPollConsumerScheduler. ?
I tried setting scheduler.trigger.misfireInstruction=2 .it threw error.
Invalid parameter.
Thanks,
Shiva
Hi team,
How can we set trigger misfire instruction when using
QuartzScheduledPollConsumerScheduler. ?
I tried setting scheduler.trigger.misfireInstruction=2 .it threw error.
Invalid parameter.
Thanks,
Shiva
ks,
Shiva
On Tue, 29 Jun 2021, 4:03 p.m. Claus Ibsen, wrote:
> Hi
>
> Can you provide more details. What Camel version. And post at least
> all the route code where you use that quartz thingy.
> And paste the exception / error message.
>
> On Mon, Jun 28, 2021 at 7:07 PM sh
Any help please.
Thanks,
Shiva
On Tue, 29 Jun 2021, 4:18 p.m. shiva kumar g.v,
wrote:
> Hi Claus,
>
> Camel version=3.8.0
>
> Issue faced: when ever i restart my springboot jar i get below message in
> log and Quartz scheduler immidiately trigger job.
>
> I want to
Hi Team ,
During our vm patching activity , once vm is restarted and we bring up our
camel springboot jar .
We have noticed that Kafka consumer starts consuming message from beginning
causing lot of duplicates. In server log we found below error message.
Camel version = 3.8
Fetch offset 18036 i
Hi Team,
We have a requirement to sync table records between 2 database . We use
strimzi kafka and debezium source connector for CDC.
Now we have records from 100 tables into 100 topics in kafka which need to
be inserted into target database.
I was trying to use camel sql server/Jdbc sink conne