dannycranmer commented on code in PR #579:
URL: https://github.com/apache/flink-web/pull/579#discussion_r1013352153
##########
downloads.md:
##########
@@ -107,6 +107,28 @@ Please have a look at the [Release Notes for Flink {{
flink_release.version_shor
{% endfor %}
+## Flink connectors
Review Comment:
You missed `downloads.zh.md`
##########
_config.yml:
##########
@@ -611,6 +623,12 @@ release_archive:
version_long: 2.0.0
release_date: 2020-04-02
+ connectors:
+ - name: "Flink Elasticsearch Connector"
+ connector: "elasticsearch"
+ version: 3.0.0
+ release_date: 2022-11-05
Review Comment:
Do we need to include Flink version here? Thinking it might be useful for
the case when `3.0.0-1.16` is live and Flink 1.17 is released. We would follow
with `3.0.0-1.17`. In this case we have two `3.0.0` versions of the connector
and a single release date listed in the docs. We might want to see:
- 3.0.0 for Flink 1.15 and 1.16 released on 2022-11-05
- 3.0.0 for Flink 1.17 released on 2023-01-28
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]