You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/15 21:14:45 UTC

[GitHub] [pulsar-client-go] zzzming commented on issue #771: aynsc send [hasSpace()] control has bad performance when send large message

zzzming commented on issue #771:
URL: https://github.com/apache/pulsar-client-go/issues/771#issuecomment-1156953544

   https://github.com/apache/pulsar-client-go/pull/792 might fix this problem. It guarantees at least one message to be added to a batch that will be sent.
   
   [unable to add message to batch] is hard to produce otherwise. Because there is an internal flush already before the second Add() to batch, I believe such error only occurs when the first flush fails. Do you see any error messages prior?


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