Replies: 1 comment
-
@ColinSullivan1 wrote
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an application that will use NATS to sync state between servers using js.Publish().
We have multiple threads running and will call js.Publish approx 8 times per second.
Whats the recommended approach for interacting with the client in such a scenario?
-Singleton nats client
-Custom pool of nats client. E.g. one per processor
-Creating the nats client everytime we need it
-Other?
Beta Was this translation helpful? Give feedback.
All reactions