Apache Flink is an open source platform for scalable batch and stream data processing.
Flink has been compared to Spark, which, as I see it, is the wrong comparison because it compares a windowed …
apache-storm apache-flink flink-streamingApache Beam supports multiple runner backends, including Apache Spark and Flink. I'm familiar with Spark/Flink and I'm trying to …
apache-spark apache-flink apache-beamI am working with flink and kafka, i got this error. java.lang.NoSuchMethodError: scala.Predef$.ArrowAssoc(Ljava/lang/Object;)…
java scala apache-flink flink-streamingI am trying to write some use cases for Apache Flink. One error I run into pretty often is could …
scala apache-flink flink-streamingThe doc of kafka give an approach about with following describes: One Consumer Per Thread:A simple option is to …
java multithreading apache-kafka distributed-computing apache-flinkI'm studying distributed systems and referring to this old question: stackoverflow link I really can't understand the difference between exactly-once, …
cassandra apache-kafka apache-storm apache-flinkI have two data streams that I want to combine. The problem is that one data stream has a much …
apache join stream streaming apache-flinkI have deployed Flink cluster with configuration for parallelism as follows: jobmanager.heap.mb: 2048 taskmanager.heap.mb: 2048 taskmanager.numberOfTaskSlots: 5 parallelism.…
apache-flinkI have a java application, in which I'm using the Flink Api. So basically what I'm trying to do with …
java amazon-web-services akka aws-lambda apache-flink