Skip to content

Commit

Permalink
prepare version 3.0.0-DP1
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Sep 6, 2016
1 parent 5875baf commit 3a26727
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Couchbase Connector
# Kafka Connect Couchbase Connector

The Couchbase connector allows you to import data from Couchbase Server into Kafka topics.
kafka-connect-couchbase is a [Kafka Connector](http://kafka.apache.org/documentation.html#connect)
for loading data from Couchbase Server database into Kafka.

## Quickstart

Start by setting up Couchbase Server, and loading sample bucket called `travel-sample`.

Build the connector jar:
To build a development version you'll need a recent version of Kafka. You can build
kafka-connect-couchbase with Maven using the standard lifecycle phases. Build the connector jar:

$ mvn package

Expand Down Expand Up @@ -51,3 +53,12 @@ To observe replicated events from the cluster, run CLI kafka consumer:

$ kafka-avro-console-consumer --new-consumer --bootstrap-server localhost:9092 \
--topic test-couchbase --from-beginning

# Contribute

- Source Code: https://github.com/couchbaselabs/kafka-connect-couchbase
- Issue Tracker: https://issues.couchbase.com/projects/KAFKAC

# License

The project is licensed under the Apache 2 license.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>com.couchbase.client</groupId>
<artifactId>kafka-connect-couchbase</artifactId>
<packaging>jar</packaging>
<version>1.0.0</version>
<version>3.0.0-DP1</version>
<name>kafka-connect-couchbase</name>
<organization>
<name>Couchbase, Inc.</name>
Expand Down

0 comments on commit 3a26727

Please sign in to comment.