Rate This Document
Findability
Accuracy
Completeness
Readability

Application Scenarios

Apache Flink is an open source stream processing framework designed for real-time stream processing and analysis. It supports both unbounded and bounded data streams and offers a rich set of APIs to accommodate a wide range of stream processing scenarios.

State store is an important feature of Flink and is mainly implemented by the state backend. As the volume of state data grows, the performance of state storage comes under pressure. OmniStateStore acts as the Flink backend plugin to accelerate state storage and improve the overall Flink performance.