nsqjs icon indicating copy to clipboard operation
nsqjs copied to clipboard

writer not support nsqlooupd?

Open jetspeed opened this issue 4 years ago • 1 comments

jetspeed avatar Oct 11 '19 09:10 jetspeed

i tried this:

const writer = new nsq.Writer("host1orN", 4161,{
    lookupdHTTPAddresses: ["http://host1:port1","http://host2:port2"]
  });

hafeyang avatar Apr 13 '20 11:04 hafeyang