Christoph Deppisch
Christoph Deppisch
Thanks for reporting - I'll have a look ...
I just tried and the example runs successfully on my machine (Mac OS). I will have a look into your logs. Are you able to run any other example (e.g....
there is also a repeat-on-error container that performs a nested action with retry mechanism. you can define the maximum number of retries and a delay between attempts. https://citrusframework.org/citrus/reference/4.2.1/html/index.html#containers-repeat-on-error
BTW, looking forward to seeing you update to later Citrus versions. Please, let us know how it goes 🤞
Citrus tries to find a proper message validator for a received message. The message type and the message content is one criteria for Citrus how to determine a proper validator....
any news on this? can we close this one?
In case you know that this is fixed with httpclient version `5.3.1` you can explicitly add this version as a Maven dependency to your project (maybe in scope `test`). This...
yes, you can reference the registry with `kind-registry:5000`. I am also running on Podman and I had to tell Camel K that this is an insecure registry otherwise I had...
See https://camel.apache.org/camel-k/2.3.x/installation/platform/kind.html for more details and the `kamel install` command at the very end of the article
@matzew sorry, I have overlooked that you already set insecure registry with `--set platform.build.registry.insecure=true` for sure there is some piece missing with Helm installation on Kind with Podman because I...