Azure Blob ignores LIST_BLOB_OPTIONS

2021-01-25 Thread Mark Andreev
Hi, I use Spring 2.4.2 with camel-azure-storage-blob 3.7.0. When I set BlobConstants.LIST_BLOB_OPTIONS as "new ListBlobsOptions().setMaxResultsPerPage(5)" driver returns all entities from blob. from("direct:list") .routeId("listBlobs") .setHeader(BlobConstants.LIST_BLOB_OPTIONS) .constant(new Li

Re: Status of Apache Camel 2.25.x

2021-01-25 Thread Rohit Aggarwal
Thanks for your response Claus! > On 25 Jan 2021, at 09:58, Claus Ibsen wrote: > > Hi > > For Camel 2.x going EOL then we likely want to extend this until the > end of this year. > But the support is only for security vulnerabilities and serious bugs > etc. There is no day to day maintenance o

RE: [EXTERNAL] Re: offset commit on partition revoke even if Kafka manual commit enabled

2021-01-25 Thread Gv, Shivakumar
Hi Claus, If I choose offset repository , Is there option to use database as a shared repository. Because in case of multiple consumers ,if I use local repo then when the consumer joins the group it may not get assigned to same partition even if offset repo is set. And can we still use manual

Re: Status of Apache Camel 2.25.x

2021-01-25 Thread Claus Ibsen
Hi For Camel 2.x going EOL then we likely want to extend this until the end of this year. But the support is only for security vulnerabilities and serious bugs etc. There is no day to day maintenance of 2.x. Camel 3 was intended to be Java 11+, but it was a bit too soon, so it supports Java 8 sti