0

I don't see Cassandra connector for source in https://flink.apache.org/ecosystem.html . So wondering how can I use data that is stored in Cassandra for state.

Thanks

Anna
  • 145
  • 1
  • 8
  • Possible duplicate of [Read & write data into cassandra using apache flink Java API](https://stackoverflow.com/questions/42617575/read-write-data-into-cassandra-using-apache-flink-java-api) – Biplob Biswas Nov 10 '17 at 10:36

1 Answers1

1

one method would be to send data from Cassandra to Kafka and then use Kafka as the data source.

Amarjit Dhillon
  • 2,718
  • 3
  • 23
  • 62