Skip to content

Revisit TableView/Builder Listener Interface #23158

@heesung-sohn

Description

@heesung-sohn

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

No one assigned

    Labels

    type/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions