BewareMyPower opened a new pull request #13233: URL: https://github.com/apache/pulsar/pull/13233
### Motivation When `MessagePayloadProcessor` is configured, there will be a memory leak caused by unused `MessagePayloadContextImpl#recyclerHandle`. ### Modifications Call `recycle()` to recycle the `MessagePayloadContextImpl` object in `recycle()` method. ### Verifying this change - [ ] Make sure that the change passes the CI checks. This change is a trivial rework / code cleanup without any test coverage. -- 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]
