mjsax commented on pull request #9064:
URL: https://github.com/apache/kafka/pull/9064#issuecomment-681153031


   Compile error:
   ```
   
/home/jenkins/jenkins-slave/workspace/kafka-pr-jdk11-scala2.13/streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamTaskTest.java:1989:
 error: constructor StreamsMetricsImpl in class StreamsMetricsImpl cannot be 
applied to given types;
   20:24:26         final StreamsMetricsImpl metrics = new 
StreamsMetricsImpl(this.metrics, "test", StreamsConfig.METRICS_LATEST);
   20:24:26                                            ^
   20:24:26   required: Metrics,String,String,Time
   20:24:26   found: Metrics,String,String
   20:24:26   reason: actual and formal argument lists differ in length
   20:24:27 1 error
   ```
   
   Seems you need to rebase?


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

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


Reply via email to