You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "dao-jun (via GitHub)" <gi...@apache.org> on 2024/04/05 06:45:22 UTC

Re: [I] In Producer batching is not working with synchronous mode using send api [pulsar]

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org