You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to fetch the list of existing topics using the /topics endpoint on the nsqlookupds
I want to write a Logstash (https://www.elastic.co/products/logstash) input plugin to pull logs from NSQ.
My current plan is to allow the user to specify a regex of topics to pull logs from, but to do that I need a list of topics...
Happy to have a crack at adding this to Krakow::Discovery
The text was updated successfully, but these errors were encountered:
Hi Stuart- i already wrote a simple logstash nsq plugin, feel free to fork and enhance, unfortunately the processing speed with nsq-ruby was nearly 10x better than krakow with the same max_in_flight counts.
Add ability to fetch the list of existing topics using the
/topics
endpoint on the nsqlookupdsI want to write a Logstash (https://www.elastic.co/products/logstash) input plugin to pull logs from NSQ.
My current plan is to allow the user to specify a regex of topics to pull logs from, but to do that I need a list of topics...
Happy to have a crack at adding this to
Krakow::Discovery
The text was updated successfully, but these errors were encountered: