flink-extended / flink-remote-shuffle

Remote Shuffle Service for Flink
Apache License 2.0
191 stars 57 forks source link

Adapt to Flink 1.15 #34

Closed wsry closed 2 years ago

wsry commented 2 years ago

Motivation

As Flink 1.15 is going to release, the remote shuffle project should also adapt to 1.15.

Changes

Adapt to Flink 1.15 which means adapting to some new changes in Flink 1.15, including adaptive execution and other API changes.

Test