CoenraadS opened a new issue, #24744: URL: https://github.com/apache/pulsar/issues/24744
### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation We use message properties to enable client side message filtering. However this means we cannot use table view, as it only provides access to the de-serialized message. ### Solution An API to allow access to raw message object in combination with table view ### Alternatives Currently using a reader to find the last message ID, then re-reading from the beginning until that message ID. ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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: commits-unsubscr...@pulsar.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org