* Add support to configure multiple InfluxDB Sink connectors. * Add user guide documentation on how to reset the InfluxDB Sink connector consumer group offsets. * Update ``cp-kafka-connect`` image with new version of the InfluxDB Sink Connector. See `737 <https://github.com/lensesio/stream-reactor/issues/737>`_ for details.
* Add upload command * Initial support to MirrorMaker 2 and Confuent JDBC Sink Connectors * Update dependencies
0.8.2
==================
* Update ``cp-kafka-connect`` image with new version of the InfluxDB Sink connector. This version bumps the ``influxdb-java`` dependency from version 2.9 to 2.21. In particular 2.16 introduced a fix to skip fields with ``NaN`` and ``Infinity`` values when writing to InfluxDB. * Reorganize developer and user guides. * Add documentation in the user guide on how to run the InfluxDB Sink connector locally. * Update dependencies
0.8.1
==================
* Fix bug preventing to read InfluxDB password from the environment * Update ``cp-kafka-connect`` image with Confluent Platform 5.5.2 * Update dependencies
0.8.0
==================
* Use data classes for the application and connector configuration. * Plugin like organization, to support new connectors add a cli and a config file. * Add support to the Amazon S3 Sink connector