nsqio / go-nsq

The official Go package for NSQ
MIT License
2.59k stars 444 forks source link

Custom Broadcast address setter added #194

Closed PumpkinSeed closed 8 years ago

PumpkinSeed commented 8 years ago

For remote connection it is better to set a custom broadcast address.

mreiferson commented 8 years ago

The need for this indicates a misconfiguration with nsqd, so it isn't something that we should introduce workarounds for.

PumpkinSeed commented 8 years ago

Okay, thank you for the review.