Skip to content

feat: keyed streams #1761

Open
Open
@MingweiSamuel

Description

@MingweiSamuel

Right now "keyed" streams are just regular streams of (K, V) pairs. This comes up in many situations, for example when handling message requests, the client addr is the key for ingress and egress. We don't really do anything with the K but we have to carry it around and it messes up types for things (like fold/reduce become fold_keyed/reduce_keyed). If we have proper keyed streams, or some sort of metadata wrapping stream items, could be powerful

@shadaj If you have more thoughts

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions