-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Before Kafka Connect existed we had the InfluxDB Loader which supported consumer configuration. It would then start a KafkaMetrics consumer that would publish the measurements to InfluxDB. From version 0.9 we have introduced Metrics Connect which implements the connector but the general feature was not designed at the abstract level as "topic-to-influxdb mechanism" but was bundled with the idea of InfluxDB Loader. This should be re-designed in such way that there is an interface representing the abstract level features which is then implemented via the means of either Consumer or Connector depending on version.