Per https://github.com/envoyproxy/xds-relay/issues/144, made cache handler have a verbose/succinct output. Default is to run succinctly. If URL contains parameter verbose=true, it will run the original verbose method, including all request metadata. Otherwise, it will return the number of requests in its place.
Per https://github.com/envoyproxy/xds-relay/issues/144, made cache handler have a verbose/succinct output. Default is to run succinctly. If URL contains parameter
verbose=true
, it will run the original verbose method, including all request metadata. Otherwise, it will return the number of requests in its place.Signed-off-by: Samra Belachew sbelachew@lyft.com