Skip to content

Kubernetes dataclient: cache filter and predicate parsing #4228

Description

@szuecs

#4223 introduces a cache that is caching parsed filters and predicates for a single RouteGroup.
Sometimes you have a lot of RouteGroups that look very similar with a lot of predicates and filters that we could cache.
Think about Method("GET") you have almost N times in every RouteGroup. It does not need to be parsed on every RouteGroup again.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions