Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-14 Thread via GitHub
leonardBang merged PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-13 Thread via GitHub
lvyanquan commented on PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#issuecomment-2589236525 Seems that the CI failures in mongodb and tidb e2e are unrelated to the change of this pr... -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-08 Thread via GitHub
yuxiqian commented on PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#issuecomment-2579315176 Missed a lot of ASF legal headers in newly added files... Should be resolved now. -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-07 Thread via GitHub
lvyanquan commented on PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#issuecomment-2576579703 Hi, @yuxiqian. could you check the CI failure? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-07 Thread via GitHub
lvyanquan commented on PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#issuecomment-2575052681 @leonardBang PTAL. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-07 Thread via GitHub
lvyanquan commented on PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#issuecomment-2575000188 Maybe we can add this script guidance to [quicklystart](https://github.com/apache/flink-cdc/tree/master/docs/content/docs/get-started/quickstart) too. -- This is an automated messa

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-07 Thread via GitHub
lvyanquan commented on code in PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#discussion_r1905224775 ## tools/cdcup/cdcup.sh: ## @@ -0,0 +1,76 @@ +#!/usr/bin/env bash + +# Do not continue after error +set -e + +display_help() { + echo "Usage: ./cdcup.sh { init | u

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-07 Thread via GitHub
yuxiqian commented on code in PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#discussion_r1905059679 ## README.md: ## @@ -28,14 +28,25 @@ and elegance of data integration via YAML to describe the data movement and tran The Flink CDC prioritizes efficient end-to-en

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-06 Thread via GitHub
lvyanquan commented on code in PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#discussion_r1905042739 ## README.md: ## @@ -28,14 +28,25 @@ and elegance of data integration via YAML to describe the data movement and tran The Flink CDC prioritizes efficient end-to-e

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-06 Thread via GitHub
lvyanquan commented on code in PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#discussion_r1905042739 ## README.md: ## @@ -28,14 +28,25 @@ and elegance of data integration via YAML to describe the data movement and tran The Flink CDC prioritizes efficient end-to-e

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-06 Thread via GitHub
yuxiqian commented on code in PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#discussion_r1904949467 ## README.md: ## @@ -25,14 +25,25 @@ and elegance of data integration via YAML to describe the data movement and tran The Flink CDC prioritizes efficient end-to-en

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-06 Thread via GitHub
yuxiqian commented on code in PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#discussion_r1904949015 ## tools/cdcup/cdcup.sh: ## @@ -0,0 +1,71 @@ +#!/usr/bin/env bash + +# Do not continue after error +set -e + +display_help() { + echo "Usage: ./cdcup.sh { init | up

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-06 Thread via GitHub
lvyanquan commented on code in PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#discussion_r1904876171 ## tools/cdcup/README.md: ## @@ -0,0 +1,30 @@ +# cdcup + +A `docker` (`compose`) environment on Linux / macOS is required to play with this. Ruby is **not** necess

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-06 Thread via GitHub
lvyanquan commented on code in PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#discussion_r1904878568 ## README.md: ## @@ -25,14 +25,25 @@ and elegance of data integration via YAML to describe the data movement and tran The Flink CDC prioritizes efficient end-to-e

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-06 Thread via GitHub
lvyanquan commented on code in PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#discussion_r1904874893 ## README.md: ## @@ -25,14 +25,25 @@ and elegance of data integration via YAML to describe the data movement and tran The Flink CDC prioritizes efficient end-to-e

[PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2025-01-06 Thread via GitHub
yuxiqian opened a new pull request, #3605: URL: https://github.com/apache/flink-cdc/pull/3605 This closes FLINK-35634. * implemented an cli utility to simplify cdc playground environment configuration * added corresponding docs in quickstart guide -- This is an automated message

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2024-11-25 Thread via GitHub
yuxiqian closed pull request #3605: [FLINK-35634] Add CdcUp playground CLI scripts URL: https://github.com/apache/flink-cdc/pull/3605 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

Re: [PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2024-11-12 Thread via GitHub
github-actions[bot] commented on PR #3605: URL: https://github.com/apache/flink-cdc/pull/3605#issuecomment-2471929433 This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs. --

[PR] [FLINK-35634] Add CdcUp playground CLI scripts [flink-cdc]

2024-09-12 Thread via GitHub
yuxiqian opened a new pull request, #3605: URL: https://github.com/apache/flink-cdc/pull/3605 This closes FLINK-35634. * implemented an cli utility to simplify cdc playground environment configuration * added corresponding docs in quickstart guide -- This is an automated message