Docs Home
Viewing docs for
Self-ManagedNot available for BYOC

Bounded Streaming Applications

Apache Flink® takes a unified approach to batch and streaming data processing. The core building block is “continuous processing of unbounded data streams”: if you can do that, you can also do offline processing of bounded data sets (batch processing use cases), because these are just streams that happen to end at some point.

[Image: Image]

Ververica Platform understands this relationship and supports running bounded streaming applications either as finite DataStream applications or through Flink’s DataSet and Table API’s. When a batch job finishes successfully, the Deployment will change to state “FINISHED”. You can see the full job lifecycle on the Jobs page.

Was this helpful?