Re: On error repeat

2023-08-29 Thread Marat Gubaidullin
mend adding route configuration with errorhandler. > > > > See example below: > > https://github.com/apache/camel-karavan/discussions/871 > > > > Marat > > > > On Fri, Aug 25, 2023 at 5:17 AM Zmrzlý, Daniel > > wrote: > > > > > Hi com

Re: On error repeat

2023-08-29 Thread Zmrzlý , Daniel
example below: > https://github.com/apache/camel-karavan/discussions/871 > > Marat > > On Fri, Aug 25, 2023 at 5:17 AM Zmrzlý, Daniel > wrote: > > > Hi community, > > > > I am wondering if something like on error repeat loop component exists in > > Kar

Re: On error repeat

2023-08-25 Thread Marat Gubaidullin
Hello Daniel, I would recommend adding route configuration with errorhandler. See example below: https://github.com/apache/camel-karavan/discussions/871 Marat On Fri, Aug 25, 2023 at 5:17 AM Zmrzlý, Daniel wrote: > Hi community, > > I am wondering if something like on error re

On error repeat

2023-08-25 Thread Zmrzlý , Daniel
Hi community, I am wondering if something like on error repeat loop component exists in Karavan. If not, is there any way to achieve it? Let's say inside the basic loop component is a log to the database and if sending fails I need to send the same log until the loop reaches max retries o