Tag: kafka

How to Configure Couchbase’s Confluent Sink Connector

How to Configure Couchbase’s Confluent Sink Connector

Arguably the most popular method of extract, transform, load (ETL) is using Kafka. Configuring Kafka for ETL, data pipelining or event streaming can be challenging but there are better tools. Confluent delivers the most complete distribution of Kafka, improving it...

Announcing Couchbase Kafka Connector 4.0

Announcing Couchbase Kafka Connector 4.0

“ Today we are happy to announce the General Availability of the Couchbase Connector  4.0 for Apache Kafka. The Connector allows you to easily build robust and reactive data pipelines that take advantage of stream processing connecting different datastores, applications,...

August 18, 2020
Utilizing Couchbase Kafka Connector to Ingest Data

Utilizing Couchbase Kafka Connector to Ingest Data

The premise is very simple: in the world of disparate technologies where one does not works or integrates well together, Couchbase & Confluent Kafka are amazing products and are extremely complementary to each other. Couchbase is linearly scalable, distributed NoSQL...

September 13, 2019
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...

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...

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...

May 24, 2018
SDK Features – New For Couchbase 4.6

SDK Features – New For Couchbase 4.6

Along with this week’s Couchbase Server 4.6 release we have a super packed release with several new SDK features to help you streamline development. From efficiently managed Data Structures to the latest support for .NET Core, it is time to update to...

February 16, 2017
Kafka and Couchbase: Up and Running with the Sample Kafka Consumer in 10 Minutes

Kafka and Couchbase: Up and Running with the Sample Kafka Consumer in 10 Minutes

Intro Couchbase Kafka Connector 1.2.0 just shipped. Along with the various bug fixes, there is new sample code for a Kafka consumer in addition to the Kafka producer that was previously available. To quickly review the terms: A Kafka producer...