Similar to jdbc ,elastic search , hdfs, i need the connector for Cassandra in java for Kafka connect , But i cant find any of the connector for Cassandra in java. I don't know how to use Kafka connect with Cassandra, i have tried other way like writing the Cassandra raw query in consumer group but i don't think it is a way to do this.
Asked
Active
Viewed 336 times
1
-
1Possible duplicate of [How To Implement Kafka connect without confluent](http://stackoverflow.com/questions/42575015/how-to-implement-kafka-connect-without-confluent) – Matthias J. Sax Mar 16 '17 at 16:32
-
Check this: https://github.com/tuplejump/kafka-connect-cassandra – Maximilien Belinga Mar 18 '17 at 15:55
-
The Datamountaineer Stream Reactors has a Cassandra JAR that includes all dependencies – Mike Barlotta Mar 21 '17 at 15:50
1 Answers
2
There's a community Cassandra connector. Check it out here https://www.confluent.io/product/connectors/
Both source and sink are available.

dawsaw
- 2,283
- 13
- 10