Tomasz Maruszak
Tomasz Maruszak
@Jan-Olof as far as I know, the initial connection retries should happen (3 times with some delay). After the 3rd attempt, it rethrows the error making publishing to the bus...
Thanks for the clarification. 1) We could add something like consumer start retries (endless, with some delay). 2) Other than that one could check Consumer start/stop status via https://github.com/zarusz/SlimMessageBus/blob/master/docs/intro.md#start-or-stop-message-consumption using...
@Jan-Olof yes, we're not using Publish Confirms right now. This could be added and I've added a request for this: #360 I will look at adding the endless consumer start...
Yes, good idea. I'm happy to accept a PR; otherwise, I'll add this to my list.
Hi @robert94p and @Jan-Olof 👋 I’ve opened an improved connection resiliency PR (#429) — would appreciate it if you could take a look when you have time. Looking ahead, we...
The connection resiliency improvements from PR #429 have been released in version 3.3.2. Please let me know if there’s anything else we should address. Otherwise, I’ll plan to close this...
I think the CI/CD test checks won't work if we merge a PR into a feature branch. I can check later today how to patch the actions yaml to make...
Ok, got it. As soon as my other PR if ready. Then please target `release/v3` branch instead for this PR.
Thanks for reporting. I can have a look.
So you suggest in v3 we leave the one `DefaultPath()` ? The `Path` is more encompassing than the `Topic` or `Queue` name hence my tendency to leave `Path` terminology. cc:...