BewareMyPower commented on PR #66: URL: https://github.com/apache/pulsar-client-cpp/pull/66#issuecomment-1301694253
I just found the `batchReceive` method added in #21. Maybe if the producer enables batching, the consumer must combine `batchReceive` and the `releaseData` APIs. In this case, I prefer not throwing an exception when `data_` is `nullptr`. Instead, fallback to copying the data rather than moving. -- 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]
