Re: Debezium, Camel 3.14.x and TypeConverter - in a Camel-Main app

2022-01-28 Thread Chirag
Yes and it worked successfully. I could not get the original method to work (including application.properties or other properties set at context). This is primarily POC so I am happy that the "fast" method worked. I feel that

Apache Camel, SpringBoot application in PCF results with message failures

2022-01-28 Thread PraveenKumar KG
Hi, We have developed Apache Came, SpringBoot based application to read data from Oracle table and do some transformation of record and publish to Kafka topic. We are using Camel SQL component for DB integration and implemented Split & parallel processing pattern to parallelize processing to

Kamel CLI exit code

2022-01-28 Thread Roberto Camelk
I'm using kamel CLI to launch my integrations programmatically. I was testing the kamel exit code, assuming that 0 (zero) is "everything ok". But recently I have launched an integration containing a invalid Modeline: //camel-k: trait=prometeus.enabled=true The correct is ("h" was missing):

AS2 using HTTPS

2022-01-28 Thread Carlos Miguel Alves
Hey, I’m using the AS2 component to send EDI messages. It works just fine. However, I wanted to be able to use HTTPS instead of HTTP but I can’t figure out how to do it. Does the component even support HTTPS? What options do I have here? Best regards, Carlos

Re: Debezium, Camel 3.14.x and TypeConverter - in a Camel-Main app

2022-01-28 Thread Claus Ibsen
On Thu, Jan 27, 2022 at 8:36 PM Chirag wrote: > > I stumbled upon :) > > https://camel.apache.org/components/3.14.x/others/main.html > > It says - Its recommended to migrate to use fast type converter > loading by setting Converter(loader = true) on your custom type > converter classes. > > I