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

[flagd-provider] Implement standard caching, with LRU cache #37

Closed
toddbaert opened this issue Feb 4, 2023 · 2 comments · Fixed by #47
Closed

[flagd-provider] Implement standard caching, with LRU cache #37

toddbaert opened this issue Feb 4, 2023 · 2 comments · Fixed by #47
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@toddbaert
Copy link
Member

toddbaert commented Feb 4, 2023

Implement standard flagd caching. Use a LRU cache implementation such as caffeine or similar. The cache requires a persistent connection to the flagd event stream. The stream should reconnect automatically if broken, and purge entries if change events are received or the connection fails.

See JS or Java implementation for reference.

Depends on: #31

@toddbaert toddbaert added good first issue Good for newcomers help wanted Extra attention is needed labels Feb 4, 2023
@bacherfl
Copy link
Contributor

@toddbaert I would like to work on this one :)

@toddbaert
Copy link
Member Author

@toddbaert I would like to work on this one :)

assigned!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants