Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to connect multiple nsq servers(distributed servers) and produce msg #148

Closed
chuangyou opened this issue Jul 14, 2015 · 1 comment
Labels

Comments

@chuangyou
Copy link

how to connect multiple nsq servers(distributed servers) and produce msg

@mreiferson
Copy link
Member

hi @chuangyou - on the producer side it is left as an exercise to the user to load-balance publishing.

Typically topologies will colocate nsqd with producing services so they'll just publish locally (and you can scale those "silos" horizontally). Other topologies group a cluster of nsqd behind a load balancer and use HTTP.

Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants