This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-rabbitmq.git
The following commit(s) were added to refs/heads/main by this push:
new a247b2c [hotfix] Python connector download link should refer to the
url defined in externalized repository
a247b2c is described below
commit a247b2c749bc02e4392ec66beda4e2fc485b0ace
Author: Weijie Guo <[email protected]>
AuthorDate: Sun May 7 12:24:02 2023 +0800
[hotfix] Python connector download link should refer to the url defined in
externalized repository
---
.../docs/connectors/datastream/rabbitmq.md | 2 +-
docs/content/docs/connectors/datastream/rabbitmq.md | 2 +-
docs/data/rabbitmq.yml | 21 +++++++++++++++++++++
3 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/docs/content.zh/docs/connectors/datastream/rabbitmq.md
b/docs/content.zh/docs/connectors/datastream/rabbitmq.md
index 39bc6c5..a2b2e5b 100644
--- a/docs/content.zh/docs/connectors/datastream/rabbitmq.md
+++ b/docs/content.zh/docs/connectors/datastream/rabbitmq.md
@@ -40,7 +40,7 @@ Flink 自身既没有复用 "RabbitMQ AMQP Java Client" 的代码,也没有将
{{< connector_artifact flink-connector-rabbitmq 3.0.0 >}}
-{{< py_download_link "rabbitmq" >}}
+{{< py_connector_download_link "rabbitmq" 3.0.0 >}}
注意连接器现在没有包含在二进制发行版中。集群执行的相关信息请参考 [这里]({{< ref
"docs/dev/configuration/overview" >}}).
diff --git a/docs/content/docs/connectors/datastream/rabbitmq.md
b/docs/content/docs/connectors/datastream/rabbitmq.md
index feae018..4e26ab4 100644
--- a/docs/content/docs/connectors/datastream/rabbitmq.md
+++ b/docs/content/docs/connectors/datastream/rabbitmq.md
@@ -44,7 +44,7 @@ This connector provides access to data streams from
[RabbitMQ](http://www.rabbit
{{< connector_artifact flink-connector-rabbitmq 3.0.0 >}}
-{{< py_download_link "rabbitmq" >}}
+{{< py_connector_download_link "rabbitmq" 3.0.0 >}}
Note that the streaming connectors are currently not part of the binary
distribution. See linking with them for cluster execution [here]({{< ref
"docs/dev/configuration/overview" >}}).
diff --git a/docs/data/rabbitmq.yml b/docs/data/rabbitmq.yml
new file mode 100644
index 0000000..0ffda84
--- /dev/null
+++ b/docs/data/rabbitmq.yml
@@ -0,0 +1,21 @@
+################################################################################
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+################################################################################
+
+variants:
+ - maven: flink-connector-pulsar
+ sql_url:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-rabbitmq/$full_version/flink-sql-connector-rabbitmq-$full_version.jar
\ No newline at end of file