?????? flink design pazzule

2023-09-19 Thread ??????
Thanks,Xiangyu. As you suggested,I've read the comments from 'ExternallyInducedSource.java' and also taken a look into the source code of The legacy source of Pravega Flink connector,I've figured it out now. much appreciated. --  -- ??:

Re: flink design pazzule

2023-09-19 Thread xiangyu feng
Hi Zhuliang, I would suggest u reading the comments from 'ExternallyInducedSource.java'[1]. "Sources that implement this interface do not trigger checkpoints when receiving a trigger message from the checkpoint coordinator, but when their input data/events indicate that a checkpoint should be tri

flink design pazzule

2023-09-18 Thread ??????
Could any one tell me what the purpose and Philosophy of designing flink checkpoint master hook? Thanks.