bytedance / bitsail

BitSail is a distributed high-performance data integration engine which supports batch, streaming and incremental scenarios. BitSail is widely used to synchronize hundreds of trillions of data every day.
https://bytedance.github.io/bitsail/
Apache License 2.0
1.62k stars 331 forks source link

[BitSail][Core] Support new Flink version #444

Open hk-lrzy opened 1 year ago

hk-lrzy commented 1 year ago

Description

Now bitsail only support Flink1.11 and latest flink release version is 1.16. We prepare to support flink 1.16 for more features.

Your use scenarios

  1. https://github.com/bytedance/bitsail/issues/445 first we need split old module
  2. https://github.com/bytedance/bitsail/issues/446 support submit flink1.16's job
  3. https://github.com/bytedance/bitsail/issues/447 support core module in flink 1.16

    Your alternatives

No response

Are you willing to submit PR?

Code of Conduct

hk-lrzy commented 1 year ago

https://github.com/bytedance/bitsail/pull/443