-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Is there a plan to add support for Go modules? #133
Comments
You mean just adding a How is gRPC-Go using groupcache? |
We are only interested in using the LRU implementation from groupcache. We plan to use that in one of the loadBalancing policy implementations where we need to cache the responses from a management server. On second thoughts, maybe we should just duplicate that code. |
Yeah, I'd just duplicate it. There are many LRU implementations around with various properties too. |
Thanks. |
This is a request from the gRPC-Go team.
We plan to use the LRU cache implementation found here and would be nice if
groupcache
had Go modules support.I can send a PR for the same if you are OK.
The text was updated successfully, but these errors were encountered: