Create a sink connector from Apache Kafka® to InfluxDB®
The InfluxDB® Stream Reactor sink connector enables you to move data from an Aiven for Apache Kafka® cluster to an InfluxDB® instance. It uses KCQL transformations to filter and map topic data before writing it to InfluxDB.
caution
Version compatibility
Stream Reactor version 9.0.2 includes class and package name updates introduced in version 6.0.0 by Lenses to standardize connector and converter names.
Version 9.x is not compatible with version 4.2.0. To continue using version 4.2.0, set the connector version before you upgrade.
If you upgrade from version 4.2.0, recreate the connector using the updated class name. For example:
"connector.class": "io.lenses.streamreactor.connect.<connector_path>.<ConnectorClassName>"
For details about these changes, see the Stream Reactor release notes.