我在https://flink.apache.org/ecosystem.html中没有看到Cassandra连接器的源代码。因此,我想知道如何将存储在Cassandra中的数据用于state。
谢谢
发布于 2017-11-09 19:02:04
一种方法是从Cassandra to Kafka发送数据,然后使用Kafka as the data source。
https://stackoverflow.com/questions/47190107
相似问题