1

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.

sachin
  • 379
  • 3
  • 16

1 Answers1

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