You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/06/18 21:19:54 UTC

[GitHub] [pulsar-adapters] eolivelli commented on a change in pull request #22: Fixed integration tests

eolivelli commented on a change in pull request #22:
URL: https://github.com/apache/pulsar-adapters/pull/22#discussion_r654228733



##########
File path: pulsar-client-kafka-compat/pulsar-client-kafka_0_8/src/test/java/org/apache/pulsar/client/kafka/test/KafkaProducerSimpleConsumerTest.java
##########
@@ -141,6 +141,7 @@ public void testPulsarKafkaProducerWithSerializer(int partitions) throws Excepti
             producer.send(message);
         }
         producer.close();
+        Thread.sleep(500);

Review comment:
       I am fine for keeping Sleep for now.
   it is not clear what we have to wait for at the moment




-- 
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:
users@infra.apache.org