Add Kafka Consumer Plugin

The Kafka consumer plugin polls a specified Kafka topic and adds messages to
InfluxDB. The plugin assumes messages follow the line protocol. Consumer Group
is used to talk to the Kafka cluster so multiple instances of telegraf can read
from the same topic in parallel.
This commit is contained in:
Emil Stolarsky
2015-06-26 23:56:14 -04:00
parent 86a6f337f6
commit 0692b4be61
4 changed files with 311 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
package all
import (
_ "github.com/influxdb/telegraf/plugins/kafka_consumer"
_ "github.com/influxdb/telegraf/plugins/memcached"
_ "github.com/influxdb/telegraf/plugins/mysql"
_ "github.com/influxdb/telegraf/plugins/postgresql"