JavaNSQClient
JavaNSQClient copied to clipboard
How to connect to nsqd without lookup
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.