dao-jun commented on issue #22439:
URL: https://github.com/apache/pulsar/issues/22439#issuecomment-2039062972

   For the purpose of reduce the sync-api send message latency, client will 
flush messages to broker when you call the sync-api.
   And sync-api will block your app's threads, if we don't flush messages to 
broker but waiting until the batch is full, it may block all the threads of 
your app.
   
   /cc @gaoran10 @codelipenghui 


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