Nicklee007 commented on code in PR #16915:
URL: https://github.com/apache/pulsar/pull/16915#discussion_r935462681


##########
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/ProducerSemaphoreTest.java:
##########
@@ -66,7 +66,7 @@ public void testProducerSemaphoreInvalidMessage() throws 
Exception {
         ProducerImpl<byte[]> producer = (ProducerImpl<byte[]>) 
pulsarClient.newProducer()
                 .topic("testProducerSemaphoreAcquire")
                 .maxPendingMessages(pendingQueueSize)
-                .enableBatching(false)
+                .enableBatching(true)

Review Comment:
   @Jason918 Add test to cover the batching is disabled case, PTAL Thx.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to