I would like to use Apache Accumulo to store events data and perform some computation on it with Apache Flink.
I know it's possible to do that with Apache Spark, read some records from Accumulo as RDD Read from Accumulo from Spark shell
is it possible to use Accumulo as a source and sink on Apache Flink? What is the right way to do so?