Re: Endpoint trying to create additional consumers for URIs with paths

2022-01-21 Thread Steve973
Let me clarify: I understand that I can create another component class for the control channel, and its corresponding endpoint class. But I need the two types to be able to interact; when I get a control channel message, I need to be able to register a message filter with the dynamic router

Re: Endpoint trying to create additional consumers for URIs with paths

2022-01-21 Thread Steve973
Hi, Claus. I am going with your suggestion to create a separate endpoint for the control channel. I am having a little trouble being able to create the endpoint for the control channel. Camel is complaining that "No endpoint could be found for: dynamic-router-control://, please check your

Re: Camel-K integration status phases

2022-01-21 Thread Pasquale Congiusti
Hi Roberto, you can find the list of constant used here: https://github.com/apache/camel-k/blob/main/pkg/apis/camel/v1/integration_types.go#L120-L132 Cheers, Pasquale. On Fri, Jan 21, 2022 at 12:27 PM Roberto Camelk < betonetotbo.cam...@gmail.com> wrote: > What are the values of integration

Camel-K integration status phases

2022-01-21 Thread Roberto Camelk
What are the values of integration status phases? In the API documentation this field is a "string", so anything is possible ehehehe... Here is an sample about the output of the "get integration" that am I using to map this "status.phase" to a enumeration inside my application: kubectl get

Re: Re: Re: Square brackets in query param

2022-01-21 Thread Claus Ibsen
Hi The fixes will be in 3.14.1 and 3.15.0. Your 3.8.0 you can use the setHeader workaround I mentioned On Fri, Jan 21, 2022 at 7:59 AM Yebba, Nicholas wrote: > > Thanks for the update. Is this functionality available in my current version > 3.8.0 or do I have to upgrade ? If I have to