nsqio / go-nsq

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

Can I get all topic names? #284

Closed egorsmkv closed 4 years ago

ploxiln commented 4 years ago

Not with this client library, and not with the TCP binary interface ... the only way currently is an HTTP request to nsqlookupd or nsqd.

https://nsq.io/components/nsqlookupd.html#get-topics https://nsq.io/components/nsqd.html#get-stats

egorsmkv commented 4 years ago

Thanks!