chia7712 commented on PR #22083:
URL: https://github.com/apache/kafka/pull/22083#issuecomment-5087539668
```
> Compilation failed; see the compiler output below.
/tmp/workspace/jmh-benchmarks/src/main/java/org/apache/kafka/jmh/producer/ProducerMetadataAddBenchmark.java:74:
error: constructor ProducerMetadata in class ProducerMetadata cannot be
applied to given types;
metadata = new ProducerMetadata(100L, 1000L,
TimeUnit.MINUTES.toMillis(5), METADATA_IDLE_MS,
^
required: long,long,long,long,LogContext,ClusterResourceListeners
found: long,long,long,long,LogContext,ClusterResourceListeners,Time
reason: actual and formal argument lists differ in length
1 error
```
We will file a hotfix for it
--
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]