Alexandre Gallice

Results 84 comments of Alexandre Gallice

> @JiriOndrusek That's great investigation :+1: If we take it from camel-google-pusbsub component/endpoint options, then `authenticate` true/fase is covered ? However `serviceAccountKey` is not covered ? If that's the case,...

@JiriOndrusek Yes, there are still 2 unresolved conversations in this PR.

I agree we should deprecate them. Plus the hadoop community is not responsive about security. Plus we are relying on old versions without possibility to upgrade (at least for hbase)....

In Camel Quarkus, we might implement KubernetesClusterService and FileLockClusterService. Other cluster services would not be in scope for the moment. KubernetesClusterService has been done in ticket ~4086 FileLockClusterService could be...

The CI machines are quite IO busy from my perspective. Sometimes, it's possible to reproduce a bug occurring only on CI by running `stress --io ....` locally.

``` Camel Quarkus Throughput Performance Increase Compared to Previous Version Camel Quarkus version | Duration | JVM req/s [%increase] | Native req/s [%increase] | Status | ---------------------------------------------------------------------------------------------------------- 2.11.0 | 10m...

So, the recommend way is: https://github.com/apache/camel-quarkus/blob/main/docs/modules/ROOT/pages/user-guide/configuration.adoc#cdi Maybe we should warn when this is bypassed, for instance with a producer method

It has happened multiple times, still hard to remember. I remember someone being at maven 3.6.3, maybe February this year.

@svkcemk We generally create a ticket unless this is very trivial changes. The ticket can be referenced in the commit by including "#4175" in the comment. For traceability purpose, let's...

Yes the CI might run very differently from a local machine, might be very slow or IO busy. Sometimes, it's possible to reproduce locally just by repeating: seq 30 |...