Tracy Ann Monteiro
Tracy Ann Monteiro

Reputation: 213

Is there a way to send data from InfluxDB to Kafka?

Is there a way to send data from influxDB to kafka? Also, the kafka topic has an avro schema defined. So I wanted to know if there was a way to send data into kafka from InfluxDB keeping this in mind as well.

Upvotes: 4

Views: 3071

Answers (1)

ElHaix
ElHaix

Reputation: 12996

There appears to be a few options for this:

You could also write your own using the InfluxDB API.

Upvotes: 4

Related Questions