heesung-sn opened a new issue, #23158: URL: https://github.com/apache/pulsar/issues/23158
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Currently, the table view handler registration interface, `foreachListen and listen` needs to be called after the tableView.start(). However, some messages could be missed(not handled) if the handlers are registered too late. The current handlers cannot differentiate existing and tailing messages. Some business logic might need to handle them differently. ### Solution We probably need to revisit TableView/Builder interface to resolve the above issues correctly. ### Alternatives Unknown ### Anything else? N/A ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
