EMsnap commented on code in PR #10404:
URL: https://github.com/apache/inlong/pull/10404#discussion_r1642105460


##########
inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/mysql-cdc/pom.xml:
##########
@@ -169,6 +169,10 @@
                                     <pattern>com.zaxxer</pattern>
                                     
<shadedPattern>com.ververica.cdc.connectors.shaded.com.zaxxer</shadedPattern>
                                 </relocation>
+                                <relocation>
+                                    <pattern>io.debezium</pattern>
+                                    
<shadedPattern>com.ververica.cdc.connectors.shaded.io.debezium</shadedPattern>

Review Comment:
   1、we copied mysql connector from ververica and their pattern is 
com.ververica.cdc.connectors, to keep consistent with their format
   2、the rule is that if shaded class is from inlong we shade with inlong 
prefix, if not, shade with ververica prefix 



-- 
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]

Reply via email to