Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: NSQ Input plugin #1347

Closed
jchauncey opened this issue Jun 7, 2016 · 2 comments
Closed

Feature Request: NSQ Input plugin #1347

jchauncey opened this issue Jun 7, 2016 · 2 comments

Comments

@jchauncey
Copy link

Proposal:

An input plugin that can pull data from a configurable topic and send that data to an output source. The data could/should be wire protocol compatible to allow for easy translation.

Current behavior:

There are plugins to support queues like RabbitMQ.

Use case: [Why is this important (helps with prioritizing requests)]

Right now the Deis team is working on scaling our monitoring stack on kubernetes infrastructure. We have proposed using NSQ to allow work to be processed outside of the producer. We have built our own consumer to pull data from NSQ and forward it to influxdb but it seems like this could be easily encapsulated within our existing telegraf instances.

@sparrc
Copy link
Contributor

sparrc commented Jun 8, 2016

Sounds good, we can call it nsq_consumer, what is wire protocol? Do you mean influx line protocol?

@jchauncey
Copy link
Author

Yeah don't know why I keep calling it that. I have a working consumer that does this so I'll probably submit a pr soon.

@sparrc sparrc closed this as completed in a6365a6 Jun 23, 2016
chebrolus pushed a commit to chebrolus/telegraf that referenced this issue Jun 24, 2016
to consume metrics from an nsqd topic

closes influxdata#1347
closes influxdata#1369
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants