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().
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().