Category: Connectors

Kafka Connect from MySQL to Couchbase with Debezium

Kafka Connect from MySQL to Couchbase with Debezium

Kafka is a streaming platform that can be used to stream records to (Kafka sink) and from (Kafka source) data centers. Couchbase has created and supports a Kafka connector that allows you to easily use Couchbase as a source or...

Matthew Groves April 22, 2019
Rollback Mitigation in Kafka Connector 3.4 Beta

Rollback Mitigation in Kafka Connector 3.4 Beta

Last time, we talked about the Couchbase Kafka connector’s support for compression and IPv6. Since then we’ve enhanced the sink connector with support for setting time-to-live values for incoming documents, and added the ability to assign document IDs composed of...

David Nault July 16, 2018
Compression and IPv6 in Kafka Connector 3.3

Compression and IPv6 in Kafka Connector 3.3

In recent months the Kafka connector has seen several updates, adding features like log redaction in version 3.2.3, configurable durability requirements in 3.2.2, and a new SourceHandler extension point for custom processing in 3.2.0. Now, with the release of Couchbase...

David Nault May 24, 2018
Getting started with Kafka and Couchbase as an endpoint

Getting started with Kafka and Couchbase as an endpoint

Couchbase is great as a source for Apache Kafka using the DCP connector. However it is also great as an endpoint for digesting data, as it is fast, memory first and reliable storage. In this blog post I will show...