admin管理员组文章数量:1025486
- 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.
- Is there a way to use the Flink State Processor API to process unaligned checkpoints?
- 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.
- Is there a way to use the Flink State Processor API to process unaligned checkpoints?
1 Answer
Reset to default 0- Not sure this is doable.
- 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.
- 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.
- Is there a way to use the Flink State Processor API to process unaligned checkpoints?
- 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.
- Is there a way to use the Flink State Processor API to process unaligned checkpoints?
1 Answer
Reset to default 0- Not sure this is doable.
- 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.
本文标签: Flink State Processor API with Windowed CoGroup and Unaligned CheckpointsStack Overflow
版权声明:本文标题:Flink State Processor API with Windowed CoGroup and Unaligned Checkpoints - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745621955a2159627.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论