mas-chen commented on code in PR #20215:
URL: https://github.com/apache/flink/pull/20215#discussion_r945951057


##########
flink-connectors/flink-connector-base/pom.xml:
##########
@@ -37,7 +37,7 @@
        <dependencies>
                <dependency>
                        <groupId>org.apache.flink</groupId>
-                       <artifactId>flink-core</artifactId>
+                       <artifactId>flink-streaming-java</artifactId>

Review Comment:
   +1, I think it makes sense. There's potential for more for usages in future 
connectors to help with future management, no pun intended.
   
   The only dependencies of this class are in `flink-core` and the classes that 
depend on `MultipleFuturesAvailabilityHelper` are only in 
`flink-streaming-java`, and now `flink-connectors-base`.
   
   



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