DEVELOPER.md in logstash-input-nsq-1.0.1 vs DEVELOPER.md in logstash-input-nsq-1.0.2
- old
+ new
@@ -8,12 +8,13 @@
Logstash Configuration
====================
input {
nsq {
- nsqlookupd => "127.0.0.1:4161"
+ nsqlookupd => ["127.0.0.1:4161","1.2.3.4:4161"]
topic => "testtopic"
channel => "testchannel"
+ max_in_flight => 200
}
}
Dependencies
====================