Hi all,
I've read about avoiding messages that stay in the quorum queue for long times, but it is still unclear to me what is the condition to avoid.
If I understand correctly, the bad condition is having a single message that can't be consumed, followed by a big number of messages that are consumed. This results in the space used by consumed message to be not reclaimable. Is this correct?
Based on this, negative-acking messages several times should not be an issue, as long as there aren't too many other messages that could be reclaimed?
Would requeueing solve the issue, by moving the message at the top of the queue?
Or another possibility would be to discard the message and just publish another identical message?
Thanks,
Simone