MeshLoadBalancingStrategy support for RingHash and TCP traffic #12110
Labels
kind/feature
New feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Description
By design, we chose to support
RING_HASH
routing only for HTTP traffic. However, it is also possible to configure it for TCP traffic.Use Case:
As a user, I want all requests from a specific source IP to route to the same instance of my database consistently.
Example Envoy configuration:
The text was updated successfully, but these errors were encountered: