Add support for NSQLookupd to nsq_consumer (#3215)

This commit is contained in:
Lukasz Jagiello
2017-09-25 16:33:05 -07:00
committed by Daniel Nelson
parent 837e6b1a32
commit a4b8805f7f
5 changed files with 29 additions and 11 deletions

View File

@@ -40,6 +40,7 @@ func TestReadsMetricsFromNSQ(t *testing.T) {
Topic: "telegraf",
Channel: "consume",
MaxInFlight: 1,
Nsqd: []string{"127.0.0.1:4155"},
}
p, _ := parsers.NewInfluxParser()