pressly / qmd

[DEPRECATED] Async script processing web service
MIT License
11 stars 3 forks source link

Allow Consumer to connect to multiple nodes. #8

Closed dkua closed 10 years ago

dkua commented 10 years ago

At the moment we have our Consumers (Workers) set to connect to a single NSQD node. However NSQ supports Consumers connecting to multiple NSQLookupd and NSQD nodes at the same time. go-nsq allows this through the Consumer methods ConnectToNSQDs() and ConnectToNSQLookupds().