flink-cdc
flink-cdc copied to clipboard
[FLINK-35167][cdc-connector] Introduce MaxCompute pipeline DataSink
I am wondering how a commercial database sink like MaxCompute to do e2e test?
I am wondering how a commercial database sink like MaxCompute to do e2e test?
I will soon be working on creating a Docker image for a MaxCompute Emulator that launches a mocked version of MaxCompute. This will allow for end-to-end testing to be performed by initializing this image prior to regression testing.
hi @loserwang1024 , I recently completed the development and release of a Docker image for the MaxCompute Emulator, and I have also added some related regression cases. Could you help me review the code in this pull request?
Thanks @dingxin-tech for the nice work, the CI wasn't triggered properly, we need adjust the CI setting[1] when new connector or new module joining.
[1]https://github.com/apache/flink-cdc/blob/master/.github/workflows/flink_cdc.yml
Hi, I added tests for MaxCompute in the CI file. Additionally, I refactored the code to apply the newly released DataSink feature, which allows specifying a HashFunction, and upgraded the ODPS SDK. Could you please review this pr again? @leonardBang @lvyanquan