chucheng92 commented on code in PR #37:
URL: 
https://github.com/apache/flink-connector-kafka/pull/37#discussion_r1247988699


##########
flink-connector-kafka/pom.xml:
##########
@@ -72,6 +72,13 @@ under the License.
             <version>${kafka.version}</version>
         </dependency>
 
+        <!-- When flink-core bump to commons-collections4, we can remove it.-->

Review Comment:
   @MartijnVisser understand this, but now it'a circular.
   
   flink-python test case in flink reference flink-sql-connector-kafka(not uber 
jar, without commons-collections class), so search it in flink and cause 
ClassNotFoundException. 
   
   And this kafka connector also reference flink-core. 
   
   Must break circular references from side. Then it will be removed when flink 
update finished. 
   
   Is there a better way?



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