What is Apache Flink? — Operations # Apache Flink is a framework for stateful computations over unbounded and bounded data streams. Since many streaming applications are designed to run continuously with minimal downtime, a stream processor must provide excellent failure recovery, as well as tooling to monitor and maintain applications while they are running. Apache Flink puts a strong focus on the operational aspects of stream processing. Here, we explain Flink’s failure recovery mechani...