junrao commented on PR #20146: URL: https://github.com/apache/kafka/pull/20146#issuecomment-3104693771
Compilation error. ``` > Task :tools:compileTestJava -- | | | /home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_PR-20146/tools/src/test/java/org/apache/kafka/tools/other/ReplicationQuotasTestRig.java:375: error: method createProducer in class kafka.utils.TestUtils cannot be applied to given types; | | | return TestUtils.createProducer( | | | ^ | | | required: java.lang.String,int,long,long,int,int,int,int,java.lang.String,int,org.apache.kafka.common.security.auth.SecurityProtocol,scala.Option<java.io.File>,scala.Option<java.util.Properties>,org.apache.kafka.common.serialization.Serializer<K>,org.apache.kafka.common.serialization.Serializer<V>,boolean,boolean | | | found: java.lang.String,int,long,long,int,int,int,int,java.lang.String,int,org.apache.kafka.common.security.auth.SecurityProtocol,scala.Option<java.lang.Object>,scala.Option<java.lang.Object>,org.apache.kafka.common.serialization.ByteArraySerializer,org.apache.kafka.common.serialization.ByteArraySerializer,boolean | | | reason: cannot infer type-variable(s) K,V | | | (actual and formal argument lists differ in length) | | | 1 error | | | ``` -- 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-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org