JingGe commented on code in PR #23787: URL: https://github.com/apache/flink/pull/23787#discussion_r1405142521
########## README.md: ########## @@ -128,6 +128,22 @@ This is an active open-source project. We are always open to people who want to Contact us if you are looking for implementation tasks that fit your skills. This article describes [how to contribute to Apache Flink](https://flink.apache.org/contributing/how-to-contribute.html). +## Externalized Connectors + +Most Flink connectors have been externalized to individual repos under the [Apache Software Foundation](https://github.com/apache): + +* [flink-connector-aws](https://github.com/apache/flink-connector-aws) +* [flink-connector-cassandra](https://github.com/apache/flink-connector-cassandra) +* [flink-connector-elasticsearch](https://github.com/apache/flink-connector-elasticsearch) +* [flink-connector-gcp-pubsub](https://github.com/apache/flink-connector-gcp-pubsub) +* [flink-connector-hbase](https://github.com/apache/flink-connector-hbase) +* [flink-connector-jdbc](https://github.com/apache/flink-connector-jdbc) +* [flink-connector-kafka](https://github.com/apache/flink-connector-kafka) +* [flink-connector-mongodb](https://github.com/apache/flink-connector-mongodb) +* [flink-connector-opensearch](https://github.com/apache/flink-connector-opensearch) +* [flink-connector-prometheus](https://github.com/apache/flink-connector-prometheus) Review Comment: No worries, many thanks for the checking them! I think this one is a little bit different, since it was never in Flink repo. It is a new connector under development now. Therefore it should be fine to show the lin. WDYT? -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org