Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to cache based on request body? #470

Open
KaiserKarel opened this issue Nov 14, 2024 · 2 comments
Open

Is it possible to cache based on request body? #470

KaiserKarel opened this issue Nov 14, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@KaiserKarel
Copy link

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.

@Object905
Copy link

Interested in that too. For transparent caching of graphql requests.
Latency would go up due to buffering for sure.

@KaiserKarel
Copy link
Author

Interested in that too. For transparent caching of graphql requests. Latency would go up due to buffering for sure.

Similar situation for me, except caching JSON-RPC.

@johnhurt johnhurt added the help wanted Extra attention is needed label Nov 15, 2024
@gumpt gumpt added the enhancement New feature or request label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants