Skip to content

Create auto add unknown features adapter #925

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

Open
jnunemaker opened this issue Apr 23, 2025 · 1 comment
Open

Create auto add unknown features adapter #925

jnunemaker opened this issue Apr 23, 2025 · 1 comment
Assignees

Comments

@jnunemaker
Copy link
Collaborator

Original discussion here:
#271 (comment)

I wouldn't just check features on every get as that adds extra queries. But we could memoize known features and check against that in memory set. Then refresh the set of known features every minute or two or if an unknown feature is seen. That would likely avoid the extra flipper calls due to features that are in code but never added or were deleted.

@travisbell
Copy link

Hi @jnunemaker, this will be a great addition! Thanks for seeing the value and agreeing to get it done. 🙏🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants