Re: SupervisingRouterController not working as expectation (ApacheCamel:3.7.0)

2021-01-14 Thread Claus Ibsen
Hi Supervising route controller is ONLY for starting the route, which will be errors during startup of the route which mostly often are in the consumer, but can be in a producer if it does some start/init logic that fails. And as you use a timer component then that startup perfectly. When you hav

SupervisingRouterController not working as expectation (ApacheCamel:3.7.0)

2021-01-14 Thread Imran Raza Khan
I have quarkus application with camel route like below, its not working as expected or i may have different understanding from("timer://ipc?repeatCount=1&delay=6") .routeId("timer-ipc") .to("kubernetes-secrets:///?kubernetesClient=#kubernetesClient&operation=getSecret") .setHea

Re: Camel-K / Kafka / Avro: something broke overnight

2021-01-14 Thread Andrea Cosentino
I don't think it is feasible from our side to get to 3.6.0, it's up to you. Can you try to set the additionalProperties at component level like this example? https://github.com/apache/camel/blob/master/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/KafkaComponentTest.java#L

Camel-K / Kafka / Avro: something broke overnight

2021-01-14 Thread mark
Hello, Until yesterday we were using Camel-K to send Avro-encoded messages to Kafka using code of the form, .to("kafka:{{topic}}?brokers={{kafka-bootstrap}}" + "&keySerializerClass=org.apache.kafka.common.serialization.StringSerializer" + "&serializerClass=io.ap

Re: Are you using binary distribution?

2021-01-14 Thread Jean-Baptiste Onofre
I fully agree with Romain. IMHO, two "key" Camel characteristics are: 1. It’s an integration framework 2. It’s runtime agnostic So, distribution in camel repo itself doesn’t make sense. For user convenience, it makes sense to provide binary distributions for target runtime (karaf, tomcat, …).

Re: Are you using binary distribution?

2021-01-14 Thread Zoran Regvart
Hi Cameleers, okay, so I don't see anyone objecting to this. And as Guillaume pointed out we seemed to have reached a consensus on this. I've created CAMEL-16038[1], please add implementation comments there. zoran [1] https://issues.apache.org/jira/browse/CAMEL-16038 On Thu, Jan 14, 2021 at 10:

Re: Are you using binary distribution?

2021-01-14 Thread Romain Manni-Bucau
Hi, My 2cts would be that there is no real usage of a camel distro. It is not like Tomcat or Karaf where you get a container, unzip the distro and put your app inside, camel is really something you start by embedding somewhere else so it would make sense to have a tomel/karamel/meecrowamel and fri

Re: Are you using binary distribution?

2021-01-14 Thread Jean-Baptiste Onofre
Yes, but I just wanted to mention that we can already have a binary distribution (karamel) ;) I agree with others: I’m not sure binary distribution in camel repo directly make sense. My €0.01 ;) Regards JB > Le 14 janv. 2021 à 14:20, Andrea Cosentino a écrit : > > No objection, but this was

Re: Are you using binary distribution?

2021-01-14 Thread Andrea Cosentino
No objection, but this was related to a general discussion about binary distribution of all the Camel subprojects. Il giorno gio 14 gen 2021 alle ore 14:16 Jean-Baptiste Onofre < j...@nanthrax.net> ha scritto: > Hi, > > What about a Karaf-camel (I proposed and started to work on karamel ;) ) ? >

Re: Are you using binary distribution?

2021-01-14 Thread Jean-Baptiste Onofre
Hi, What about a Karaf-camel (I proposed and started to work on karamel ;) ) ? I have a branch where I have karamel distribution (including resources for Kubernetes). If there’s no objection, I will create the camel-karat PR. Thoughts ? Regards JB > Le 14 déc. 2020 à 14:37, Zoran Regvart a

Re: Are you using binary distribution?

2021-01-14 Thread Zoran Regvart
Hi Cameleers, I've let this open ended so folk can express their thoughts. I propose that we can put this to a vote if you'd prefer so we can measure the consensus. Thoughts? zoran On Mon, Dec 14, 2020 at 2:37 PM Zoran Regvart wrote: > > Hi Cameleers, > we're discussing binary distribution on tw