Releases: couchbase/kafka-connect-couchbase
Releases · couchbase/kafka-connect-couchbase
Release 3.0.0-DP4
* Rename internal classes, and make configuration more consistent with other connectors (e.g. instead of timeout_ms, use timeout.ms) * KAFKAC-54: Create example of using in Kafka Stream to process events from Couchbase * Allow to override internal convertor into SourceRecord, and allow to inject Filter class to skip events before writing into Kafka https://issues.couchbase.com/projects/KAFKAC/versions/13802
Release 3.0.0-DP3
Major improvements: * KAFKAC-50: Allow to buffer DCP snapshots for consistent writes. * KAFKAC-51: Specify key for SourceRecord. Allows to use multiple Kafka partitions. * KAFKAC-53: Node-aware distribution of partitions for Tasks. Reduces amount of resources allocated on the server. https://issues.couchbase.com/projects/KAFKAC/versions/13648
Release 3.0.0-DP2
Improve configuration (allow clusters) Maintain replication state and resume transmission https://issues.couchbase.com/projects/KAFKAC/versions/13628
Release 3.0.0-DP1
Integration with Confluent Platform