Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Add support for local audience caching. #22

Closed
ydennisy opened this issue Jul 6, 2020 · 0 comments · Fixed by #25
Closed

Add support for local audience caching. #22

ydennisy opened this issue Jul 6, 2020 · 0 comments · Fixed by #25
Labels
enhancement New feature or request
Milestone

Comments

@ydennisy
Copy link
Contributor

ydennisy commented Jul 6, 2020

Summary

EdgeKit audience definitions can also arrive from the server, this means to lessen the burden on servers we can cache definitions locally, and just let the server know which audience definitions we have stored locally.

Requirements

  • audience definitions should contain a flag, if they are to be cached locally
  • edgekit would first check local cache, and send along some meta to the server
  • server can reply with any new audience definitions or return an empty response
  • the rest of the evaluation would run as normal.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants