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

Add fastify-response-caching to ecosystem #2559

Merged
merged 1 commit into from
Sep 18, 2020

Conversation

codeaholicguy
Copy link
Contributor

@codeaholicguy codeaholicguy commented Sep 17, 2020

Hello everyone,

We are using Fastify for the microservice edge-gateway solution in ShopBack. Our system usually has a spike in traffic so we need to reduce the workload for downstream services, as well as prevent redundant operations. Then, we developed a plugin for caching the response and preventing the gateway to fire the same request at the spike time.

We think it is worth sharing this plugin with the Fastify community and we can together improve this.

Thanks.

Checklist

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codeaholicguy
Copy link
Contributor Author

codeaholicguy commented Sep 18, 2020

Hi @mcollina, it's very nice when getting your feedback, those are very useful. We fixed:

About codeaholicguy/fastify-response-caching#3, we considered it as an improvement and will do it in the very near future.

Thanks again.

Copy link
Member

@RafaelGSS RafaelGSS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good improvement!

LGTM

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit 562b9c4 into fastify:master Sep 18, 2020
@github-actions
Copy link

github-actions bot commented Feb 7, 2022

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants