Skip to content

Proposal: GroupByWithTimeout #214

@webfrank

Description

@webfrank

When grouping by high cardinality key it would be useful to close observable if no data is coming for a configured period, something like: GroubByWithinWindow(..., d time.Duration)

After d time close the observable, and any subscriber will be completed, if the key reappears a new group observable will be created.

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreChanges affecting the core logic or main components of the project, in root/internal/testing pkgoperatorRelated to Operator logic or components (chainable transformation in reactive programming)questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions