dybyte commented on PR #9941:
URL: https://github.com/apache/seatunnel/pull/9941#issuecomment-3625503883

   Hi @corgy-w .
   I checked the dependency tree and noticed that different modules are using 
different versions of `kafka-clients`.
   
   ```
   [INFO] --- dependency:3.1.1:tree (default-cli) @ 
seatunnel-format-compatible-debezium-json ---
   [INFO] 
org.apache.seatunnel:seatunnel-format-compatible-debezium-json:jar:2.3.13-SNAPSHOT
   [INFO] \- io.debezium:debezium-embedded:jar:1.9.8.Final:provided
   [INFO]    \- org.apache.kafka:connect-api:jar:3.2.0:provided
   [INFO]       \- org.apache.kafka:kafka-clients:jar:3.2.0:provided
   ```
   
   ```
   [INFO] --- dependency:3.1.1:tree (default-cli) @ 
seatunnel-format-compatible-connect-json ---
   [INFO] 
org.apache.seatunnel:seatunnel-format-compatible-connect-json:jar:2.3.13-SNAPSHOT
   [INFO] \- org.apache.kafka:kafka-clients:jar:3.4.0:provided
   ```
   
   ```
   [INFO] --- dependency:3.1.1:tree (default-cli) @ seatunnel-dist ---
   [INFO] org.apache.seatunnel:seatunnel-dist:jar:2.3.13-SNAPSHOT
   [INFO] \- org.apache.seatunnel:connector-kafka:jar:2.3.13-SNAPSHOT:provided
   [INFO]    \- org.apache.kafka:kafka-clients:jar:3.4.0:provided
   ```
   
   Could this situation potentially lead to runtime issues, such as 
`ClassCastException` or `instanceof` problems?


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