Skip to content

v0.8.0

Compare
Choose a tag to compare
@mre mre released this 30 Nov 11:24
· 44 commits to master since this release

This is a major new release with more features, higher stability and much better performance.
kafka-influxdb is now fully compatible with InfluxDB 1.x and Kafka 0.10.

  • Update package requirements
  • Integrate Confluent Kafka Python client API (with librdkafka support)
  • Cleanup setuptools
  • Switch from nose to pytest
  • Extend travis CI configuration
  • Make writing Kafka Readers much more flexible
  • Improve error handling in Kafka Reader
  • Improve logging messages
  • General code cleanup
  • Python 3.5 support
  • PyPy 5.4 support
  • InfluxDB 1.x support
  • Deprecate Kafka sample message writer
  • Deprecate collectd message writer
  • Deprecate builtin benchmark functionality
  • Integrate kafkacat for sample message writing
  • Improve documentation
  • Fix formatting of README for PyPi (thanks @di)
  • Update Docker-based benchmarks
  • Simplify testing by providing a Makefile-based environment
  • Start kafka-influxdb with Python optimization (-O flag) by default.