Re: Camel K 1.11.0

2023-01-26 Thread Pasquale Congiusti
Hello, it seems you're using some maven repository (http://xyz) that does not exist. Probably, when your run `kamel install` (or equivalent OLM or Helm), you've provided that repository (via --maven-repository) flag. Try to uninstall the previous version (kamel uninstall --all) and run a plain `kam

Re: [VOTE] Release Apache Camel Kamelets 3.20.1.1

2023-01-26 Thread Pasquale Congiusti
+1 (binding) Thanks Andrea! On Thu, Jan 26, 2023 at 7:43 AM Andrea Cosentino wrote: > Hello all: > > This is a vote for releasing camel-kamelets 3.20.1.1 > > The release contains fixes and it's updated to Camel 3.20.1.1 > > It's mainly related to this issue: > https://github.com/apache/camel-ka

Re: connectionsPerRoute has no impact on Connection when using http component

2023-01-26 Thread Rohan Emmanuel
hi Claus, thanks for responding. i tried setting the connections per route configuration as a component option, but still, i see only 2 connections being established to HTTP service. these 2 connections are the httpClient library's default value. camel is not able to overwrite this. i am on camel 3

Re: connectionsPerRoute has no impact on Connection when using http component

2023-01-26 Thread Claus Ibsen
Hi Try with a newer Camel version such as 3.20.1, or 3.18.x. We do not support old Camel versions which are EOL. On Thu, Jan 26, 2023 at 4:29 PM Rohan Emmanuel wrote: > hi Claus, > thanks for responding. > i tried setting the connections per route configuration as a component > option, but sti

Re: [VOTE] Release Apache Camel K 1.10.4 and Camel Kamelets 0.9.4

2023-01-26 Thread Claus Ibsen
+1 (binding) On Tue, Jan 24, 2023 at 6:34 PM Andrea Cosentino wrote: > Hello, > > This is a combined vote to release Apache Camel K 1.10.4 and Camel Kamelets > 0.9.4 > > We are upgrading the base image from openjdk for JDK 11 to Temurin JDK11 > (since Openjdk won't release JDK 11 image anymore),

Re: [VOTE] Release Apache Camel K 1.11.1

2023-01-26 Thread Claus Ibsen
+1 (binding) On Tue, Jan 24, 2023 at 6:51 PM Andrea Cosentino wrote: > Hello, > > This is a combined vote to release Apache Camel K 1.11.1 > > Camel K 1.11.1 wasn't supposed to be an LTS release, but since OpenJDK > image for JDK 11 has been discontinued (and suddenly removed from Docker > hub),

Re: [VOTE] Release Apache Camel Kamelets 3.20.1.1

2023-01-26 Thread Claus Ibsen
+1 (binding) On Thu, Jan 26, 2023 at 7:43 AM Andrea Cosentino wrote: > Hello all: > > This is a vote for releasing camel-kamelets 3.20.1.1 > > The release contains fixes and it's updated to Camel 3.20.1.1 > > It's mainly related to this issue: > https://github.com/apache/camel-kamelets/issues/12

Re: [VOTE] Release Apache Camel Kamelets 3.20.1.1

2023-01-26 Thread Gaëlle Fournier
+1 (non-binding) Regards, Gaëlle Fournier Le jeu. 26 janv. 2023 à 07:43, Andrea Cosentino a écrit : > > Hello all: > > This is a vote for releasing camel-kamelets 3.20.1.1 > > The release contains fixes and it's updated to Camel 3.20.1.1 > > It's mainly related to this issue: > https://github.co

Re: BUG - RouteDefinition doesnt have routeId when using REST DSL

2023-01-26 Thread Claus Ibsen
Hi In rest-dsl you can/should use routeId("myId") anot not id("myId") to specify the route id On Mon, Jan 23, 2023 at 2:11 PM Nikola Glidzic wrote: > Hello Camel crew, > > I will explain in details what I have discovered, how to reproduce it and > potential idea for fixing the issue. I am usi

Logging of exchangeId and breadcrumbId

2023-01-26 Thread Michael Rambichler
Hi folks! We are using MDC Logging to get the exchangeId, breadcrumbId attached to all our log/debug lines pushed to our elk stack. Currently we use MDCLogging and logstash-logback-encoder which is configured as JSON output I often read that MDC Logging is not that well supported/proposed in came

Re: Logging of exchangeId and breadcrumbId

2023-01-26 Thread Ephemeris Lappis
Hello. I'm not sure this is the unique solution, but we have developed a custom MDCUnitOfWork to add our own information (a custom correlation ID header we have between applications, for example). As we use Karaf to execute our Camel routes, the custom factory is exposed by another bundle as a