You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally I'd like to first receive the request body and use that to generate the CacheKey. Is this currently possible without forking Pingora? I wonder if it fits in the current lifecycle management.
The text was updated successfully, but these errors were encountered:
@johnhurt@gumpt how would we like this feature to be added? Reuse the ProxyHttp trait, and add another service which has a different lifecycle?
Another usecase we have is that some upstreams support additional methods (JSON-RPC), so we'd like to determine the upstream based on the request body too.
Ideally I'd like to first receive the request body and use that to generate the CacheKey. Is this currently possible without forking Pingora? I wonder if it fits in the current lifecycle management.
The text was updated successfully, but these errors were encountered: