envoy icon indicating copy to clipboard operation
envoy copied to clipboard

filter_state: add new envoy.hashable_string object factory

Open agrawroh opened this issue 6 months ago • 9 comments

Background

See: https://github.com/envoyproxy/envoy/issues/35711

Changes

This PR adds a new generic string object factory with hashing interface in filter state with key envoy.hashable_string which could be used when unique upstream connection needs to be picked based on the hash of the value of filter state being shared.


Commit Message: filter_state: add new envoy.hashable_string object factory. Additional Description: See Background Section. Risk Level: Low Testing: Unit Tests Docs Changes: Added the description of the new object factory. Release Notes: Added Platform Specific Features: N/A

Signed-off-by: Rohit Agrawal [email protected]

agrawroh avatar Aug 16 '24 17:08 agrawroh