wistia / nsq-ruby

NSQ Ruby client
MIT License
68 stars 27 forks source link

authSecret support? #56

Open u007 opened 5 years ago

u007 commented 5 years ago

hi i could not find authSecret support for producer

is it?

const w = new nsq.Writer(nsqHost, 4150, {
    tls: true,
    tlsVerification: false,
    authSecret: 'userid:password',
  });