I am writing an adapter to use chronicle queue in Apache Aries Remote Service Admin. It works fine when I only use a single thread. With more than one thread I get exceptions like below.
Any idea what i do wrong?
For reference this is my…
Hi looking at Chronicle v3 what happens if the consumer reads a record of the queue then tries to do something with that record downstream but fails.
Can that record be picked up from the queue again? Does everything need to be replayed?
Thinking of…
I've been trying to build the latest release of chronicle queue (3.4.4), but keep running into dependency resolution failures. Some of the dependencies SNAPSHOT versions are missing from the oss sonatype repository, etc. Is there an "all" jar…
Since VanillaChronicle stores data in different dirs named by dates, can I replay the data starting from a particular day? Sample codes are appreciated. Thanks!
Chronicle product support Java 8 (openjdk8) or 11 (openjdk11)?
I see this https://stackoverflow.com/tags/chronicle/info mentions Java 8, but this was updated long back.
This program, using net.openhft:chronicle:3.5.3, illustrates following problems I'm having with Chronicle.
1 Vanilla Chronicle.size() returns crazy values
2 ExcerptTailer.toStart doesn't work on an Indexed Chronicle
3 ExcerptTailer.index(-1)…