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

How can I use the Flink State Processor API to process the state of a windowed CoGroup (or Join) functio

  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.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745621957a4636572.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信