pravega / flink-connectors

Apache Flink connectors for Pravega.
Apache License 2.0
96 stars 67 forks source link

Let Pravega internal thread pool to deal with checkpoint #717

Closed crazyzhou closed 1 year ago

crazyzhou commented 1 year ago

Problem description Pravega has introduced a different way to initiate a checkpoint by using its internal thread pool in https://github.com/pravega/pravega/issues/4816

As the thread pool in Pravega has more control, it's better to switch to use that.

Problem location ReaderCheckpointHook

Suggestions for an improvement