Re: metadata properties

2022-12-13 Thread Claus Ibsen
Hi No, it's all just metadata. On Tue, Dec 13, 2022 at 6:55 PM ski n wrote: > btw what does group do? I couldn't find anything online or in Camel in > action about it. > > from("direct:input") > .group("mygroup") >to("direct:output") > > Can you use it to manage a group of routes at

Re: Pausable Consumer

2022-12-13 Thread Otavio Rodolfo Piske
Hi, this sounds like a bug. I would need to investigate. If you can provide a reproducer, I can take a look at it when I get back from PTO (January). Kind regards On Tue, Dec 13, 2022 at 7:10 PM Otavio Rodolfo Piske wrote: > > > On Tue, Dec 13, 2022 at 5:17 PM Claus Ibsen wrote: > >> Hi >> >>

Re: Pausable Consumer

2022-12-13 Thread Otavio Rodolfo Piske
On Tue, Dec 13, 2022 at 5:17 PM Claus Ibsen wrote: > Hi > > What Camel version do you use? And can you try with the latest releases, > and 3.21.0 is on the way later this month. > > On Tue, Dec 13, 2022 at 2:47 PM Chris Deeney > wrote: > > > > > Hi there, > > I'm currently trying to get the "pau

Re: metadata properties

2022-12-13 Thread ski n
btw what does group do? I couldn't find anything online or in Camel in action about it. from("direct:input") .group("mygroup") to("direct:output") Can you use it to manage a group of routes at once? For example, starting/suspending/stopping a group? Or has it other uses? Is there an ex

Re: metadata properties

2022-12-13 Thread ski n
Yes, I know. But I don't want to implement this in every route/routeTemplate, so that's why I thought I use the API for it (inject metadata properties on the start of a route for example). I have implemented a workaround that uses a map that loaded the metadata in memory. This map is separated to

Re: metadata properties

2022-12-13 Thread Claus Ibsen
There are route properties / route groups you can set via the DSL. On Tue, Dec 13, 2022 at 4:24 PM ski n wrote: > I have a use case where I like to add properties as metadata to a > route/routetemplate. Properties like: > > - The group a route belongs to > - The author of the route > - The ver

Re: Pausable Consumer

2022-12-13 Thread Claus Ibsen
Hi What Camel version do you use? And can you try with the latest releases, and 3.21.0 is on the way later this month. On Tue, Dec 13, 2022 at 2:47 PM Chris Deeney wrote: > > Hi there, > I'm currently trying to get the "pausable" DSL method working in my Kafka > route that checks to see if an A

metadata properties

2022-12-13 Thread ski n
I have a use case where I like to add properties as metadata to a route/routetemplate. Properties like: - The group a route belongs to - The author of the route - The version of the route - The environment it runs - etc. I know Kamelet have a construct for metadata, but is there also construct to

Pausable Consumer

2022-12-13 Thread Chris Deeney
Hi there, I'm currently trying to get the "pausable" DSL method working in my Kafka route that checks to see if an API responds to a ping. This seems to be working fine however when the service is resumed (successful ping response in "canContinue()"), any messages polled are not processed and l

RE: BUG - missing configuration placeholder possibility for id in REST DSL

2022-12-13 Thread Nikola Glidzic
Hi Babak, Thank you for fixing the reported problem. We will track this JIRA and PR. But I see the title of your JIRA ticket is related to URI placeholder, but I have reported problem with .id() placeholder. So id placeholder should be fixed. If anything is left unclear, be free to ask me, so we