inputs.nsq_consumer fails after upgrading to 1.19.x #9502
Labels
bug
unexpected problem or unintended behavior
plugin/input
1. Request for new input plugins 2. Issues/PRs that are related to input plugins
regression
something that used to work, but is now broken
We use nsq_consumer to move messages from nsq to Influx
This setup has been running for ages (at least three years) but broke after upgrading to Telegraf 1.19.1; downgrading to 1.18.3 fixes the issue.
Relevant telegraf.conf:
System info:
Steps to reproduce:
In this scenario nsqdev is a different host returned by nsqlookupd.
Expected behavior:
Telegraf should connect to the nsqd servers returned by nsqlookupd.
Actual behavior:
Telegraf fails with the error message
Error running agent: starting input inputs.nsq_consumer: dial tcp: missing address
Additional info:
Data returned by nsqlookupd (
curl http://nsqdev:4161/lookup?topic=cisco-telemetry-influx
)The text was updated successfully, but these errors were encountered: