jeffkbkim commented on code in PR #13267: URL: https://github.com/apache/kafka/pull/13267#discussion_r1206145853
########## core/src/test/scala/integration/kafka/coordinator/transaction/ProducerIdsIntegrationTest.scala: ########## @@ -61,27 +63,59 @@ class ProducerIdsIntegrationTest { clusterInstance.stop() } + @ClusterTest(clusterType = Type.ZK, brokers = 1, autoStart = AutoStart.NO) + @Timeout(20) + def testHandleAllocateProducerIdsSingleRequestHandlerThread(clusterInstance: ClusterInstance): Unit = { + clusterInstance.config().serverProperties().put(KafkaConfig.NumIoThreadsProp, "1") + clusterInstance.start() + verifyUniqueIds(clusterInstance) + clusterInstance.stop() + } + + @Disabled // TODO: Enable once producer id block size is configurable Review Comment: I have appended the JIRA at the end -- 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