ijuma commented on code in PR #18845: URL: https://github.com/apache/kafka/pull/18845#discussion_r1950210516
########## core/src/test/scala/integration/kafka/coordinator/transaction/ProducerIntegrationTest.scala: ########## @@ -55,7 +55,7 @@ import scala.jdk.CollectionConverters._ class ProducerIntegrationTest { @ClusterTests(Array( - new ClusterTest(metadataVersion = MetadataVersion.IBP_3_3_IV0) + new ClusterTest(metadataVersion = MetadataVersion.IBP_3_3_IV3) Review Comment: I had the same idea, but unfortunately it's not allowed: > annotation argument needs to be a constant; found: org.apache.kafka.server.common.MetadataVersion.MINIMUM_VERSION -- 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