RichFunction.open() function.
We have two questions here and I can't find too much information in the apache.org website:
(More of a clarification) When Flink does checkpointing/savepointing only the state and
the stream positions are saved right? The memory content won't be saved and restored.
When Flink restores from checkpoint/savepoint, does it still go
through the application initialization phase? Basically will the code before the RichFunction' open() be run? If not, would the operators.open() functions run, when Flink restore from checkpoint/savepoint?
| Free forum by Nabble | Edit this page |