omkreddy commented on a change in pull request #8885:
URL: https://github.com/apache/kafka/pull/8885#discussion_r446976087



##########
File path: core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala
##########
@@ -800,7 +800,7 @@ class PlaintextConsumerTest extends BaseConsumerTest {
     awaitAssignment(consumer, partitions.toSet)
 
     val producer = createProducer()
-    val producerRecords = partitions.flatMap(sendRecords(producer, 
partitionCount, _))
+    val producerRecords = partitions.flatMap(sendRecords(producer, numRecords 
= 15, _))

Review comment:
       Thanks for the explanation. I am still not sure, whey we are not able 
consume in 60seconds. Let us see, if can reproduce the issues with this PR.




----------------------------------------------------------------
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


Reply via email to