RE: Staging of Camel-K Integrations - Best Practices ?

2022-08-18 Thread Christoph Weiss
Hi Sato, Thanks for the info! So from a base it looks like what we want to achieve. However our requirement is a little bit different as we need to stage to another cluster. Thus following questions: - Would it in theory work just to stage the Integration and IntegrationKit CR ? (assumpti

Re: Staging of Camel-K Integrations - Best Practices ?

2022-08-18 Thread Tadayoshi Sato
Hi Christoph, On Thu, Aug 18, 2022 at 4:20 PM Christoph Weiss wrote: > Hi Sato, > > Thanks for the info! > > So from a base it looks like what we want to achieve. > However our requirement is a little bit different as we need to stage to > another cluster. I don't think the current impl covers

RE: Staging of Camel-K Integrations - Best Practices ?

2022-08-18 Thread Christoph Weiss
File a feature request: https://github.com/apache/camel-k/issues/3551 ; ) @Sato: thanks for your support ! -Original Message- From: Tadayoshi Sato Sent: Thursday, 18 August 2022 10:08 To: users@camel.apache.org Subject: [EXTERNAL] Re: Staging of Camel-K Integrations - Best Practices

Re: Camel File Component avoid rollback on specific cases

2022-08-18 Thread Jeremy Ross
You can either use noop=true and have your route move the file after done processing, or you could try adding an onComplete() that moves the file from the error folder back into the original folder. On Thu, Aug 18, 2022 at 12:27 AM Alexander Lex wrote: > Hi, > > I am using the camel file compone