ijuma commented on a change in pull request #9877: URL: https://github.com/apache/kafka/pull/9877#discussion_r559364033
########## File path: core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala ########## @@ -794,9 +797,12 @@ class PlaintextConsumerTest extends BaseConsumerTest { awaitAssignment(consumer, partitions.toSet) val producer = createProducer() - val producerRecords = partitions.flatMap(sendRecords(producer, numRecords = 15, _)) + // it'll send 30 records to each topic partition (3 topics and 30 partitions each topic) + val producerRecords = partitions.flatMap(sendRecords(producer, numRecords = partitionCount, _, needCurrentTime = true)) Review comment: Sounds good. Worth mentioning it in the PR description. ---------------------------------------------------------------- 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