dubee commented on a change in pull request #306: Update Tests to Wait for 
Producer to Finish
URL: 
https://github.com/apache/incubator-openwhisk-package-kafka/pull/306#discussion_r232785519
 
 

 ##########
 File path: tests/src/test/scala/system/utils/KafkaUtils.scala
 ##########
 @@ -176,7 +189,7 @@ object KafkaUtils {
         val security_protocol = ("security.protocol", "SASL_SSL");
         val keySerializer = ("key.serializer", 
"org.apache.kafka.common.serialization.StringSerializer");
         val valueSerializer = ("value.serializer", 
"org.apache.kafka.common.serialization.StringSerializer");
-
+        val maxRequestSize = ("max.request.size", "3000000");
 
 Review comment:
   The producer payload size is not big enough to handle the payload in test: 
`not fire a trigger for a single oversized message`. This went undetected 
previously as `producer.flush` was not called.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to