Hi there,
I am working on implementing persistent subscriptions feature for this package https://github.com/x-cubed/event-store-client. So far I’ve got everything working apart from acknowledging the messages.
I keep getting retries regardless of the message ack - which I am 90% sure is correct (sending event ids is not that difficult).
I am providing correct correlationId and correct subscription id (stream::group_name).
However, I just get retries all the time. Is there any way to see if ES actually acked the message?
Cheers