状态和容错
在本节中,您将了解Flink为编写有状态程序提供的API。请看一下Stateful Stream Processing来了解有状态流处理背后的概念。
下一步去哪里?
- Working with State: Shows how to use state in a Flink application and explains the different kinds of state.
- The Broadcast State Pattern: Explains how to connect a broadcast stream with a non-broadcast stream and use state to exchange information between them.
- Checkpointing: Describes how to enable and configure checkpointing for fault tolerance.
- Queryable State: Explains how to access state from outside of Flink during runtime.
- State Schema Evolution: Shows how schema of state types can be evolved.
- Custom Serialization for Managed State: Discusses how to implement custom serializers, especially for schema evolution.