Re: Cannot acquire read lock within x millis

2020-03-18 Thread Claus Ibsen
Hi Its been talked about before, that changed read-locks on FTP servers is not "so fast" because FTP server often returns file information / file lists with only hh:mm information and not seconds, so a change strategy cannot use seconds to know if a file was changed or not. On Thu, Mar 19, 2020

RE: Cannot acquire read lock within x millis

2020-03-18 Thread Mark Harris
Hello, Can anyone suggest what the problem is here, please? It sounds like a pretty fundamental issue but I have not managed to find any similar reports (and potential solutions) elsewhere. Thanks, Mark From: Mark Harris Sent: 18 March 2020 14:51 To: users@camel.apache.org Subject: RE:

Re: Some questions on CamelK

2020-03-18 Thread Nicola Ferraro
Hi, responses inline. Il lun 16 mar 2020, 18:42 ski n ha scritto: > Hi all, > > In the last presentation there was also a short demo on CamelK. That looked > very interesting, but I have some questions on how does it work, especially > in more complex use cases. > > Here are some questions I

Re: camel quarkus scheduling a task via cron with timezone

2020-03-18 Thread Dennis Holunder
Cool. Looking forward to test it :) Am Mi., 18. März 2020 um 14:50 Uhr schrieb Andrea Cosentino-3 [via Camel] : > > The Quartz support is not yet developed > > https://github.com/apache/camel-quarkus/issues/823 > > By the way, once we've done, it should be possibile to specify exactly the > same

Re: camel quarkus scheduling a task via cron with timezone

2020-03-18 Thread Andrea Cosentino
The Quartz support is not yet developed https://github.com/apache/camel-quarkus/issues/823 By the way, once we've done, it should be possibile to specify exactly the same set of options. Il giorno mer 18 mar 2020 alle ore 14:40 Dennis Holunder < dennish...@gmail.com> ha scritto: > Hello, > >

camel quarkus scheduling a task via cron with timezone

2020-03-18 Thread Dennis Holunder
Hello, with camel we can schedule quartz cron jobs in a given timezone. Is this supported in camel quarkus? Thanks!

Re: PostgresAggregationRepository??

2020-03-18 Thread Andrea Cosentino
It's in 2.25.0 Both on the branch https://github.com/apache/camel/blob/camel-2.25.x/components/camel-sql/src/main/java/org/apache/camel/processor/aggregate/jdbc/PostgresAggregationRepository.java and on the tag

Re: PostgresAggregationRepository??

2020-03-18 Thread Mikael Andersson Wigander
Hmm something is not right here… I see it in both 2.24.x and 2.25.x (cherry picked from 3.0.x) I managed to find it in 2.24.3 but not in 2.25.0 M > On 18 Mar 2020, at 11:31, Claus Ibsen wrote: > > Its likely not in that release, but you can check on github > >

Re: PostgresAggregationRepository??

2020-03-18 Thread Claus Ibsen
Its likely not in that release, but you can check on github https://github.com/apache/camel/blob/master/components/camel-sql/src/main/java/org/apache/camel/processor/aggregate/jdbc/PostgresAggregationRepository.java And then in the branch/tag dropdown choose your camel version On Wed, Mar 18,

PostgresAggregationRepository??

2020-03-18 Thread Mikael Andersson Wigander
Camel 2.24.2 is used

PostgresAggregationRepository??

2020-03-18 Thread Mikael Andersson Wigander
Hi We need to move our LevelDB repository to a JDBC repository and since we are using PostgreSQL we’d like to use as recommended the PostgresAggregationRepository but I can’t find it in any packages. I have included both camel-sql-starter and spring-boot-start-jdbc as dependencies Pls advice

[ANNOUNCEMENT] Release Apache Camel Quarkus 1.0.0-M5

2020-03-18 Thread Andrea Cosentino
The Camel community announces the immediate availability of Camel Quarkus 1.0.0-M5 The artifacts are published and ready for you to download either from the Apache mirrors or from the Github repository. For more details you can have a look at the github repository [1] Many thanks to all who made