-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
type/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages
Description
Search before asking
- I searched in the 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!
Metadata
Metadata
Assignees
Labels
type/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messagesThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages