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 using Chronicle Queue to queue a bunch of json documents and batch them to Elasticsearch :)