I’m working on a Flink job that consumes a stream ...
# troubleshooting
a
I’m working on a Flink job that consumes a stream from Kafka and needs to enrich it with data from a Cassandra table. This Cassandra table contains rules and fields of interest that are updated daily. What are the best practices to do it with flink ?
d
From what I see, there's only DataStream API connector for Cassandra