You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the code, it seems that every time we create a consumer for some topic and channel, it will create connections to nsqd. Is there any way to share the connections?
The text was updated successfully, but these errors were encountered:
nsqd does not currently support subscribing to more than one topic/channel on a TCP connection; That is the constraint that limits re-using connections.
mreiferson
changed the title
Any way to share connections within multiple topics and channels?
consumerAny way to share connections within multiple topics and channels?
Jul 25, 2020
mreiferson
changed the title
consumerAny way to share connections within multiple topics and channels?
consumer: any way to multiplex subscriptions to topics/channels over a single connection?
Jul 25, 2020
From the code, it seems that every time we create a consumer for some topic and channel, it will create connections to nsqd. Is there any way to share the connections?
The text was updated successfully, but these errors were encountered: