flink-cdc
flink-cdc copied to clipboard
Easy to contribute
Good For Newcomers
- [x] #356
- [ ] #345
- [x] #346
- [x] #370
- [x] #381
- [x] #343
- [x] #249
- [x] #162
- [x] #342
- [x] #322
- [x] #301
Contribution guidance
- (1) Left comment under the issue that you want to take
- (2) Clone and compile your Flink CDC project
git clone https://github.com/your_name/flink-cdc-connectors.git
cd flink-cdc-connectors
mvn clean install -DskipTests
- (3) Check to a new branch and start your work
git checkout -b my_feature
-- develop and commit
- (4) Push your branch to your github
git push origin my_feature
- (5) Open a PR to https://github.com/ververica/flink-cdc-connectors