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
Using go-nsq, If I have 100 consumers in the same process(A), they have different topics. One nsqd producer(B) have the topics data update for these consumers, they will get data from the same producer. Now, how many TCP connections will be started between A and B? Wheather consumers will multiplex one TCP to the same producer? Thanks a lot.
The text was updated successfully, but these errors were encountered:
nifflin
changed the title
Under go-nsq, how many TCP connections exist between many consumers(in one process) and the same nsqd(producer)?
Using go-nsq, how many TCP connections exist between many consumers(in one process) and the same nsqd(producer)?
Apr 23, 2015
Using go-nsq, If I have 100 consumers in the same process(A), they have different topics. One nsqd producer(B) have the topics data update for these consumers, they will get data from the same producer. Now, how many TCP connections will be started between A and B? Wheather consumers will multiplex one TCP to the same producer? Thanks a lot.
The text was updated successfully, but these errors were encountered: