Scott Fauerbach
Scott Fauerbach
@humblemasood Can you please try with the latest version (2.11.4 at this writing). I'm not suggesting that will fix the problem, I just want you to be on the latest...
https://github.com/nats-io/nats-architecture-and-design/issues/116
https://github.com/nats-io/nats-architecture-and-design/issues/116
This is supported by the users ability to override the list of servers to connect to.
@agcom So my take is that you believe strongly in reactive architecture and that's fine, but it's hard to see your comments as anything other than opinion. But that's okay,...
That would probably be useful. I'll look into it when I get a chance, you are always welcome to make a fork and submit a PR.
@hoodaajay1 You probably need to fork and also you will need to sign your commits. https://docs.github.com/en/github/authenticating-to-github/managing-commit-signature-verification/signing-commits
@igor-komar You say "message consumption was healthy", what does this mean? If the output queue is full, it seems that it's having difficulty sending those messages to the server in...
Is the consumption on the same connection as the production? I'm trying to understand why you noted consumption. I recognize that something bad is happening when publish is stopped because...
Ok I think I see it now. We advance the msg to the next, but never send the one that would have been too big for the buffer. It probably...