Skip to content
This repository was archived by the owner on Nov 5, 2021. It is now read-only.

Implement caching in RDS protocol. #646

Merged
manugarg merged 2 commits intomasterfrom
63729A23134379909BFCA3AC3C378B48
Jul 30, 2021
Merged

Implement caching in RDS protocol. #646
manugarg merged 2 commits intomasterfrom
63729A23134379909BFCA3AC3C378B48

Conversation

@manugarg
Copy link
Copy Markdown
Contributor

Idea is that client should not need to refresh its cache, or server should not need to resend the same set of resources, if nothing has changed.

We'll use HTTP-like if-modified-since (in request) and last-modified (in response) fields to control cache behavior.

Ref: #641
PiperOrigin-RevId: 387679666

manugarg added 2 commits July 29, 2021 15:18
Idea is that client should not need to refresh its cache, or server should not need to resend the same set of resources, if nothing has changed.

We'll use HTTP-like if-modified-since (in request) and last-modified (in response) fields to control cache behavior.

Ref: #641
PiperOrigin-RevId: 387679666
@manugarg manugarg merged commit 83706c5 into master Jul 30, 2021
@manugarg manugarg deleted the 63729A23134379909BFCA3AC3C378B48 branch July 30, 2021 15:34
@manugarg manugarg added this to the v0.11.3 milestone Aug 30, 2021
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.

Reduce resource consumption when using file discovery with same file in multiple probes

1 participant