[doc] Add Supported Connectors and Supported Flink Versions to Overview.#2920
Merged
Jiabao-Sun merged 3 commits intoapache:masterfrom Dec 26, 2023
Merged
[doc] Add Supported Connectors and Supported Flink Versions to Overview.#2920Jiabao-Sun merged 3 commits intoapache:masterfrom
Jiabao-Sun merged 3 commits intoapache:masterfrom
Conversation
lvyanquan
reviewed
Dec 25, 2023
| |----------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------| | ||
| | [doris-pipeline](../pipelines/doris-pipeline.md) | <li> [Doris](https://doris.apache.org/): 1.x, 2.x | Doris Driver: 1.5.0 | | ||
| | [mysql-pipeline](../pipelines/mysql-pipeline.md) | <li> [MySQL](https://dev.mysql.com/doc): 5.6, 5.7, 8.0.x <li> [RDS MySQL](https://www.aliyun.com/product/rds/mysql): 5.6, 5.7, 8.0.x <li> [PolarDB MySQL](https://www.aliyun.com/product/polardb): 5.6, 5.7, 8.0.x <li> [Aurora MySQL](https://aws.amazon.com/cn/rds/aurora): 5.6, 5.7, 8.0.x <li> [MariaDB](https://mariadb.org): 10.x <li> [PolarDB X](https://github.com/ApsaraDB/galaxysql): 2.0.1 | JDBC Driver: 8.0.28 | | ||
| | [starrocks-pipeline](../pipelines/starrocks-pipeline.md) | <li> [Starrocks](https://www.starrocks.io/): 2.x | Starrocks Driver: 1.1.14 | |
Contributor
There was a problem hiding this comment.
It's better to use StarRocks, add StarRocks 3.2 is also supported.
Contributor
Author
There was a problem hiding this comment.
OK, I will add StarRocks 3.x
|
|
||
| | Connector | Database | Driver | | ||
| |----------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------| | ||
| | [doris-pipeline](../pipelines/doris-pipeline.md) | <li> [Doris](https://doris.apache.org/): 1.x, 2.x | Doris Driver: 1.5.0 | |
Contributor
There was a problem hiding this comment.
Maybe we can specify the start version to 1.2, as Light table structure changes was intruduced in 1.2 release.
lvyanquan
reviewed
Dec 26, 2023
|
|
||
| ## Supported Connectors | ||
|
|
||
| | Connector | Database | Driver | |
Contributor
There was a problem hiding this comment.
Thanks for updating.
one left comment, maybe driver is unnecessary, because Doris & StarRocks is using sdk to load data, and we want to support Paimon/Iceberg/Kafka in the future, Driver is something used for jdbc connectors.
Jiabao-Sun
approved these changes
Dec 26, 2023
Contributor
Jiabao-Sun
left a comment
There was a problem hiding this comment.
Thanks @ToJ112 for the contribution and @lvyanquan for the review.
Applied.
2 tasks
2 tasks
joyCurry30
pushed a commit
to joyCurry30/flink-cdc-connectors
that referenced
this pull request
Mar 22, 2024
ChaomingZhangCN
pushed a commit
to ChaomingZhangCN/flink-cdc
that referenced
this pull request
Jan 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
refer #2881
@lvyanquan
add Supported Connectors and Supported Flink Versions to cdc-pipeline like cdc-connectors