Ha Le
Ha Le
Hi @arlanram , Thanks for this PR. As a user, I would like to clarify a few points: - Does the **retry()** function allow configuring the number of retry attempts?...
Hi @arlanram, Actually, I'm also quite concerned about the possibility of losing messages when the server goes down while a goroutine is processing a message. Do you have any additional...
Thankiu @arlanram I think it should be handled to minimize message loss during processing. With your logic, if the server is off, the message won't be processed. You should add...