You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/12/15 15:38:04 UTC

[GitHub] [kafka] vvcephei commented on a change in pull request #10528: KAFKA-12497: Skip unnecessary source task offset commits

vvcephei commented on a change in pull request #10528:
URL: https://github.com/apache/kafka/pull/10528#discussion_r751376161



##########
File path: build.gradle
##########
@@ -2400,6 +2401,7 @@ project(':connect:runtime') {
     testImplementation project(':core')
     testImplementation project(':metadata')
     testImplementation project(':core').sourceSets.test.output
+    testImplementation project(':streams').sourceSets.test.output

Review comment:
       Since you've moved the util, do you still need this dependency?

##########
File path: build.gradle
##########
@@ -1205,6 +1205,7 @@ project(':clients') {
 
     testImplementation libs.bcpkix
     testImplementation libs.junitJupiter
+    testImplementation libs.log4j

Review comment:
       I wonder if we can drop this dependency from Streams now. Do you mind checking?

##########
File path: checkstyle/import-control.xml
##########
@@ -531,6 +529,7 @@
       <allow pkg="org.reflections.util"/>
       <allow pkg="javax.crypto"/>
       <allow pkg="org.eclipse.jetty.util" />
+      <allow pkg="org.apache.kafka.streams.processor.internals.testutil" />

Review comment:
       Interesting. We had an import restriction on pulling in a Streams dependency?
   
   Actually, it looks like the util isn't in this package anymore at all, so this is probably not needed.




-- 
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: jira-unsubscribe@kafka.apache.org

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