Zineb BENDHIBA
Zineb BENDHIBA
There are 2 interesting ideas I have, but there are just ideas from a non frontend person, and I don't know if those are easy to tackle: - Looking at...
@davsclaus Nice. I'd try to give the camel-console a look when I have time.
@VratislavHais Do you plan on working on missing tests ?
@llowinge thanks for this log. So the timeout is not 5s anymore. But it does fail at 30s instead of 120s.
I've pushed a PR, with 120s on cluster wait in tests. Copied from camel. The documentation for test containers is only for couchbase 2.x SDK, the examples are not working...
Depending on how the code is developed and where it is deployed, they can be some intermittent errors, coming from usage of shaded Netty. If we run exact same code...
@davsclaus My understanding is that the workaround for native mode is already done in camel-k-runtime. And the idea is to port this here as extensions, right ?
I started working on this. I'm not sure about this one [https://github.com/apache/camel-k-runtime/tree/main/camel-k-knative/impl](https://github.com/apache/camel-k-runtime/tree/main/camel-k-knative/impl) what should I do for those 2 dependencies ? ``` org.apache.camel.k camel-k-apt true org.apache.camel.k camel-k-annotations true ```
I unassigned myself. I don't think I understand fully what to do with knative, knative-consumer and knative-producer. Do we create 3 extensions or combine in one? I'm not sure porting...
As discussed with @lburgazzoli: - create 3 extensions : split the knative extension to 3 extensions : knative + knative-consumer + knative-producer. The consumer and producer extensions will be empty...