Antonin Stefanutti

Results 299 comments of Antonin Stefanutti
trafficstars

@parul5sahoo that's great! I've assigned it to you. It'd be a very useful enhancement 👍🏼.

We should review how the re-queue of reconciliation events is handled by controller-runtime. For errors, in general, we should configure the work-queue to use a rate-limited queue with an exponential...

> Not 100% sure what is your aim, @SubhasmitaSw > To install mvnd, you need not only the `mvnd` binary. You also need the `mvn` directory from the distribution zip...

Yes, it's been addressed by #3344.

Specifically for the monitoring use case with the Prometheus operator, the current limitation prevents from using the `PodMonitoring` API. As an example, we would need this for apache/camel-k#1555.

Hi all, I've just added @myfear's example to the revamp version of the CDI Camel extension that I'm working on: [javaee7-samples test](https://github.com/astefanutti/camel-cdi/commit/78e7daf80f1d3e90d0c2e6ee7848474745d1e742). It's tested as an Arquillian test here: [CamelEE7Test](https://github.com/astefanutti/camel-cdi/blob/78e7daf80f1d3e90d0c2e6ee7848474745d1e742/envs/ee/src/test/java/org/apache/camel/cdi/ee/CamelEE7Test.java)...

@johnament, definitely. To push that idea further, [transactional observers](http://docs.jboss.org/cdi/spec/1.2/cdi-spec.html#transactional_observer_methods) could be supported in order to bind the delivery of the event to transaction phases, e.g.: ``` void receive(@Observes(during=AFTER_SUCCESS) @ToEndpoint("url") Exchange...

Would be very useful.

I think #47 is meant to fix it.