Couchbase Kafka Connector 3.0.0 Developer Preview 3

Hi everyone

I’m glad to announce third developer preview of our Kafka connector 3.0, which based on new DCP client and compatible with Confluent Platform.

This release includes operation improvements:

  • better distribution of workload by grouping Couchbase partitions between Kafka Connect tasks so that they will use less socket connections to the server
  • new setting use_snapshot which tells connector to buffer full DCP snapshot and only then commit into Kafka
  • smaller improvements and bug fixes like discovering bucket configuration before running tasks (allows to use connector on MacOS where Couchbase buckets have 64 partitions), and also it pulls the latest DCP client, which brings more stabililty.

Package: http://packages.couchbase.com/clients/kafka/3.0.0-DP3/kafka-connect-couchbase-3.0.0-DP3.zip
Source code: https://github.com/couchbaselabs/kafka-connect-couchbase#readme
Issue Tracker: https://issues.couchbase.com/projects/KAFKAC/

1 Like