Case 1:
A client reconnected and during it's down time, the publisher sends N amount of messages.
How can I provably fetch all unprocessed messages after the consumer has restarted?
Case 2:
Consumer got a message but failed to process, exited and restarted.
How can I provably fetch the same message where it stopped?
Do you support ACK?