Replies: 1 comment 1 reply
-
We would generally not suggest a connect per subscriber. However sometimes this becomes a natural pattern if an app has one main subscription. When you ask the system about connections via the nats cli, you can filter those connections based on a subject. So you could monitor all connections that have a subscription to say |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on creating a fully automated microservice framework and I found that if I create a new connection for each subscriber I may get the following benefits:
However, my concern is:
In my opinion this approach has it's pros and cons, but I need to clarify this so I really appreciate if someone helps me better analyze this case to make sure it is production wise.
Beta Was this translation helpful? Give feedback.
All reactions