Re: Scheduled polling with azure-storage-blob consumer?

2021-04-08 Thread Claus Ibsen
Hi I created a ticket https://issues.apache.org/jira/browse/CAMEL-16474 On Thu, Apr 8, 2021 at 2:06 PM Claus Ibsen wrote: > Hi > > Yes this is wrong, you are welcome to create a JIRA. > Its the BlobEndpoint that should extend a scheduled endpoint instead of > default to offer those

Rép. : Scheduled polling with azure-storage-blob consumer?

2021-04-08 Thread Daniel Langevin
-Taschereau Aile Jacques-Parizeau, 1er étage Québec (Québec) G1R 5E7 Téléphone : 418 643-4035, poste 1191 Sans frais : 1 800 463-4315 >>> De : À : Date : 2021-04-08 07:55 Objet : Scheduled polling with azure-storage-blob consumer? Hi, I want to use the azure-sto

Re: Scheduled polling with azure-storage-blob consumer?

2021-04-08 Thread Andrea Cosentino
Yeah, it looks wrong. Please open an issue about this. For the moment, you may think about using a pollEnrich: from("timer:tick?period=1000") .pollEnrich("azure-storage-blob:/myContainer?regex=test/azure_test.*.csv") .to("") Il giorno gio 8 apr 2021 alle ore 13:55 ha scritto: > Hi, >

Re: Scheduled polling with azure-storage-blob consumer?

2021-04-08 Thread Claus Ibsen
Hi Yes this is wrong, you are welcome to create a JIRA. Its the BlobEndpoint that should extend a scheduled endpoint instead of default to offer those configurations On Thu, Apr 8, 2021 at 1:55 PM wrote: > Hi, > > > > I want to use the azure-storage-blob consumer to download blobs from an >

Scheduled polling with azure-storage-blob consumer?

2021-04-08 Thread Lukas.Angerer
Hi, I want to use the azure-storage-blob consumer to download blobs from an azure storage. Very basic route for testing: from(“azure-storage-blob:/myContainer?regex=test/azure_test.*.csv”) .to("${body}); This works just fine. However it I can’t figure out how I can set the parameters to control