flink-extended / flink-remote-shuffle

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

Support to config the shuffle cluster name prefix to use at Flink side #36

Closed wsry closed 2 years ago

wsry commented 2 years ago

Motivation

  1. This enables a Flink job to select the specific shuffle cluster.
  2. If a cluster version is updated, the job can select the higher version with the same name prefix.

Changes

Support to config the shuffle cluster name prefix to use at Flink side.

Test