ProcessFunction, Apache Flink Community, 2025 (Apache Flink) - Provides an in-depth guide to using ProcessFunction and its specialized variants, detailing how to leverage state, timers, and side outputs for fine-grained control over stream processing logic.
State & Fault Tolerance, Apache Flink Community, 2024 - Explains the core principles of stateful stream processing in Flink, covering managed keyed state, operator state, broadcast state, and the mechanisms that ensure fault tolerance and consistency, which are foundational for ProcessFunction implementations.
Event Time, Apache Flink Community, 2024 (Apache Flink Community) - Clarifies Flink's different time characteristics, with a particular focus on event time and watermarks, which are essential for understanding how ProcessFunctions handle timers and ensure correct processing order in event-driven systems.