brainlag / JavaNSQClient

Fast Java client for NSQ
MIT License
90 stars 57 forks source link

How to connect to nsqd without lookup #47

Open ozszsh opened 6 years ago

ozszsh commented 6 years ago

Hi, I am wondering how to connect to nsqd without lookup. The consumer samples online always use nsqdlookup firstly then connect and I've failed to find a way to set connection in NSQConsumer. Thank you.