You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/04/25 08:20:12 UTC

[GitHub] [incubator-inlong] EMsnap opened a new pull request, #3926: [INLONG-3924][Sort] Add mysql cdc, support multiple meta data

EMsnap opened a new pull request, #3926:
URL: https://github.com/apache/incubator-inlong/pull/3926

   ### Title Name:[INLONG-3924][Sort] Add mysql cdc, support multiple meta data
   
   [INLONG-3924][Sort] Add mysql cdc, support multiple meta data
   
   Fixes #3924 
   
   ### Motivation
   
   [INLONG-3924][Sort] Add mysql cdc, support multiple meta data
   
   ### Modifications
   
   [INLONG-3924][Sort] Add mysql cdc, support multiple meta data
   
   ### Documentation
   
     - Does this pull request introduce a new feature? (yes / no)
   


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-inlong] aloyszhang commented on a diff in pull request #3926: [INLONG-3924][Sort] Add mysql cdc, support multiple meta data

Posted by GitBox <gi...@apache.org>.
aloyszhang commented on code in PR #3926:
URL: https://github.com/apache/incubator-inlong/pull/3926#discussion_r858165011


##########
inlong-sort/sort-single-tenant/pom.xml:
##########
@@ -31,6 +31,11 @@
 
     <artifactId>sort-single-tenant</artifactId>
     <name>Apache InLong - Sort Single Tenant</name>
+    <properties>
+        <flink-connector-debezium.version>2.0.1</flink-connector-debezium.version>
+        <debezium-connector-mysql.version>1.5.4.Final</debezium-connector-mysql.version>
+        <debezium-core.version>1.5.4.Final</debezium-core.version>

Review Comment:
   version should be covered by properties in root pom.xml



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-inlong] EMsnap commented on a diff in pull request #3926: [INLONG-3924][Sort] Add mysql cdc, support multiple meta data

Posted by GitBox <gi...@apache.org>.
EMsnap commented on code in PR #3926:
URL: https://github.com/apache/incubator-inlong/pull/3926#discussion_r858182983


##########
inlong-sort/sort-single-tenant/pom.xml:
##########
@@ -31,6 +31,11 @@
 
     <artifactId>sort-single-tenant</artifactId>
     <name>Apache InLong - Sort Single Tenant</name>
+    <properties>
+        <flink-connector-debezium.version>2.0.1</flink-connector-debezium.version>
+        <debezium-connector-mysql.version>1.5.4.Final</debezium-connector-mysql.version>
+        <debezium-core.version>1.5.4.Final</debezium-core.version>

Review Comment:
   the dependency version is different from root



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-inlong] EMsnap merged pull request #3926: [INLONG-3924][Sort] Add mysql cdc, support multiple meta data

Posted by GitBox <gi...@apache.org>.
EMsnap merged PR #3926:
URL: https://github.com/apache/incubator-inlong/pull/3926


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org