Skip to content

Consistent Hashing of UDP packet based on first x bytes of UDP data #2203

Open
@bkannadassan

Description

@bkannadassan

Is your feature request related to a problem? Please describe.
In case of udp packet we want to take a certain data offset and use that to hash for upstream. Since we see all request coming from same 5 tuple.

Describe the solution you'd like
In stream read x bytes and set that in a variable and use that as the consistent hash key

Describe alternatives you've considered
I am going through lua not sure but looks like can be done by doing a udp::receive of first few bytes..

Metadata

Metadata

Assignees

No one assigned

    Labels

    proposalAn issue that proposes a feature request

    Type

    No type

    Projects

    Status

    Todo ☑

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions