dao-jun commented on issue #22439: URL: https://github.com/apache/pulsar/issues/22439#issuecomment-2039709321
@lhotari I think support batch message for sync-api has potential risks, as I mentioned before, if we don't flush messages but waiting until the batch is full, it may block users' app threads for a long while. Especially there are may producers send message in batch in a single app, it may block all the threads. I prefer option 1, and I'll fix the doc later. -- 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]
