AdvancedVocabulary#flink#stream-processing#event-time#stateful#big-data

Apache Flink DataStream API

Apache Flink's DataStream API enables stateful stream processing with event-time semantics and exactly-once guarantees. Master vocabulary for watermark advancement and timer behavior, RocksDB vs HashMapStateBackend trade-offs, keyBy partitioning, 2PC Kafka sink recovery, and allowedLateness for late event handling.

0 / 5 completed
1 / 5
A Flink job uses a KeyedProcessFunction with a timer set for 10 seconds in event time. The watermark does not advance for 5 minutes. What happens to the timer?