wangjialing218 opened a new pull request #13280:
URL: https://github.com/apache/pulsar/pull/13280
### Motivation
Fixes #13269
### Modifications
When message is put into `possibleSendToDeadLetterTopicMessages`, do not
clear it in `release()` since it will be used when send to DLQ later.
And clear the message when it is removed from
`possibleSendToDeadLetterTopicMessages`
### Verifying this change
This change is already covered by existing tests, such as
PulsarSinkE2ETest.testPulsarSinkDLQ()
just enable poolMessage for client.
### Documentation
- [x] `no-need-doc`
Only bug fix
--
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]