-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
coreChanges affecting the core logic or main components of the project, in root/internal/testing pkgChanges 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)Related to Operator logic or components (chainable transformation in reactive programming)questionFurther information is requestedFurther information is requested
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coreChanges affecting the core logic or main components of the project, in root/internal/testing pkgChanges 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)Related to Operator logic or components (chainable transformation in reactive programming)questionFurther information is requestedFurther information is requested