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
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
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
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