Skip to content
Gülümser Aslan edited this page Jan 10, 2023 · 1 revision

Go Dcp Client

This is the official documentation page for the go-kafka-connect-couchbase repository.

The repository allows you to listen to data changes of Couchbase buckets and send changes in a kafka topic. It is written in Go, and uses the included go libraries to handle communicating the Couchbase data changes and produce kafka messages.

Useful Links

Source

The project source is hosted at https://github.com/Trendyol/go-kafka-connect-couchbase

Issue Tracker

Issues are tracked on https://github.com/Trendyol/go-kafka-connect-couchbase/issues

Installing

To install the latest developer version, run:

go get github.com/Trendyol/go-kafka-connect-couchbase

Clone this wiki locally