what about multiple tcp connection between nats-server? #6193
song0071000
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
When you say "across clusters", do you mean a gateway/supercluster-style configuration, or do you mean route connections within a cluster? If the latter then you want https://docs.nats.io/running-a-nats-service/configuration/clustering/v2_routes connection pooling. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are experiencing issues with our business requests that span across clusters, which are affected by TCP head-of-line blocking problems.
Does the NATS function depend on the order of messages?
What happens if we establish multiple TCP connections between NATS servers?
any ideas?
Beta Was this translation helpful? Give feedback.
All reactions