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 abstract caching registry #3940

Closed
tokoko opened this issue Feb 7, 2024 · 0 comments · Fixed by #3943
Closed

Add abstract caching registry #3940

tokoko opened this issue Feb 7, 2024 · 0 comments · Fixed by #3943
Labels
kind/feature New feature or request

Comments

@tokoko
Copy link
Collaborator

tokoko commented Feb 7, 2024

Is your feature request related to a problem? Please describe.
Several registry implementations employ client-side caching of registry proto, for example sql and snowflake. The code for caching is virtually identical and repeated.

Describe the solution you'd like
Add an abstract layer on top of base registry that implements caching logic and lets subclasses handle the logic only for the cases when there's a cache miss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant