Skip to content

Releases: IBM/cloudant-kafka-connector

0.100.1-kafka-1.0.0 (2018-03-19)

19 Mar 15:27
302c65c
Compare
Choose a tag to compare
Pre-release
  • [FIXED] Corrected version number reported by the source and sink connectors and tasks.

0.100.0-kafka-1.0.0 (2018-03-16)

16 Mar 16:26
Compare
Choose a tag to compare
Pre-release
  • [NEW] Configuration option cloudant.value.schema.struct to send the Cloudant document message with a org.apache.kafka.connect.data.Struct value schema instead of as a String.
  • [NEW] Configuration option cloudant.value.schema.struct.flatten to flatten nested objects and arrays when using cloudant.value.schema.struct=true.
  • [NEW] Configuration option cloudant.omit.design.docs to suppress message production for design documents.
  • [BREAKING CHANGE] Changed build tooling to Gradle.
  • [IMPROVED] Added kafka-connect-cloudant User-Agent header to requests.
  • [UPGRADED] Upgraded for Kafka 1.0.0
  • [NOTE] Version number format. The kafka-connect-cloudant version is no longer identical to an Apache Kafka version. The Apache Kafka version is appended to the kafka-cloudant-connect version. In this way fixes can be released into kafka-cloudant-connect independently of Apache Kafka version changes, but the compatible Apache Kafka API level is still recorded as part of the kafka-connect-cloudant version string e.g. kafka-connect-cloudant-x.y.z-kafka-m.n.p.

Cloudant Kafka connector v0.10.2.0

16 Mar 12:46
Compare
Choose a tag to compare
Pre-release

This version is based on Kafka 0.10.2.0

Cloudant Kafka connector v0.10.1

08 Feb 11:14
Compare
Choose a tag to compare
Pre-release

Initial release.

This version is based on Kafka 0.10.1

  • support for Cloudant as source and sink to Kafka
  • limit to 1 task for the kafka producer
  • allow multiple concurrent tasks for the kafka consumer