rdhabalia opened a new pull request #10184: URL: https://github.com/apache/pulsar/pull/10184
### Motivation Pulsar client library should provide support for an API to allow the application to access message payload from pooled buffers. The library has to also provide an associated release API, to release and deallocate pooled buffers used by the message. ### Modification - add support of pool message in consumer - add `Message::release()` api - add pool-message functionality support to client-tools for testing -- 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]
