An Apache Kafka® sink for transferring events/messages from Kafka topics to Apache Cassandra®, DataStax Astra or DataStax Enterprise (DSE).
To download and install this connector please follow the procedure detailed here.
All documentation is available online here.
If you want to develop and test the connector you need to build the jar from sources. To do so please follow those steps:
First build the uber-jar:
mvn clean package
Open the Connect worker config file config/connect-standalone.properties
. Update the plugin
search path to include the uber-jar:
plugin.path=<previous value>,<full path to repo>/dist/target/kafka-connect-cassandra-sink-<version>.jar
Edit the dist/conf/cassandra-sink-standalone.properties.sample
config file in this project to
meet your needs, or copy it out and edit elsewhere. The edited file should be named
cassandra-sink-standalone.properties
.
Run connect-standalone and specify the path to the that config file:
bin/connect-standalone.sh \
config/connect-standalone.properties
<full path to file>/cassandra-sink-standalone.properties
In Confluent, you would do this:
bin/confluent load cassandra-sink -d <full path to file>/cassandra-sink-standalone.properties
To see practical examples and usages of mapping, see: https://docs.datastax.com/en/kafka/doc/search.html?searchQuery=mapping
Join Our Newsletter!
Sign up below to receive email updates and see what's going on with our company.