最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Flink State Processor API with Windowed CoGroup and Unaligned Checkpoints - Stack Overflow

programmeradmin2浏览0评论
  1. How can I use the Flink State Processor API to process the state of a windowed CoGroup (or Join) function? The documentation does not give such an example.
  2. Is there a way to use the Flink State Processor API to process unaligned checkpoints?
  1. How can I use the Flink State Processor API to process the state of a windowed CoGroup (or Join) function? The documentation does not give such an example.
  2. Is there a way to use the Flink State Processor API to process unaligned checkpoints?
Share Improve this question asked Nov 18, 2024 at 11:22 keezarkeezar 891 silver badge4 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0
  1. Not sure this is doable.
  2. No, this isn't possible. (In general, the on-the-wire serializer needn't be the same as the state serializer. Unaligned checkpoints can include copies of inflight data that the state processor API can't deserialize.)

See the table in the docs showing the capabilities and limitations of checkpoints vs savepoints for more info on what's possible with the state processor API.

发布评论

评论列表(0)

  1. 暂无评论