XComp commented on code in PR #21550:
URL: https://github.com/apache/flink/pull/21550#discussion_r1056286591
##########
flink-python/pom.xml:
##########
@@ -298,7 +298,7 @@ under the License.
<!-- Indirectly accessed in pyflink_gateway_server -->
<groupId>org.apache.flink</groupId>
<artifactId>flink-sql-connector-rabbitmq</artifactId>
- <version>${project.version}</version>
+ <version>3.0.0-1.16</version>
Review Comment:
That's related to [my comment in the jdbc removal
PR](https://github.com/apache/flink/pull/21536#discussion_r1056276909)
##########
docs/data/sql_connectors.yml:
##########
@@ -196,4 +196,4 @@ rabbitmq:
name: RabbitMQ
category: connector
maven: flink-connector-rabbitmq
- sql_url:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-rabbitmq/$version/flink-sql-connector-rabbitmq-$version.jar
+ sql_url:
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-rabbitmq/3.0.0-1.16/flink-sql-connector-rabbitmq-3.0.0-1.16.jar
Review Comment:
:+1:
--
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]