I am getting a stream of events, which needs to be enriched with some additional details. These details needs to be fetched from Cassandra DB and applied to ingress event. I am using DataStream API of Flink to achieve this. Any working example with Scala will be really great help.
Asked
Active
Viewed 142 times
0
-
This question duplicates https://stackoverflow.com/q/43067681/2000823 and https://stackoverflow.com/q/42617575/2000823 – David Anderson May 11 '20 at 13:23
-
Does this answer your question? [Read data from Cassandra for processing in Flink](https://stackoverflow.com/questions/43067681/read-data-from-cassandra-for-processing-in-flink) – Shaido May 12 '20 at 05:35