bschofield commented on issue #437: URL: https://github.com/apache/pulsar-client-go/issues/437#issuecomment-757918698
I worked around this bug by setting `BatchingMaxMessages = math.MaxInt32`, so that batching is driven only by the space limit and the max delay (which I set to 1 second). This seem to give me throughput comparable to, or better than, the cgo client. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
