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

GRPC server support #378

Open
ODudek opened this issue Oct 15, 2023 · 4 comments
Open

GRPC server support #378

ODudek opened this issue Oct 15, 2023 · 4 comments

Comments

@ODudek
Copy link

ODudek commented Oct 15, 2023

Hello

Frequent querying and data retrieval from an HTTP server can lead to substantial costs due to the number of requests and the amount of data transmitted over the network. Is it possible to add support for a gRPC server? Does it even make sense? Let me know what you think. I'd be happy to prepare such a pull request if you see any benefit in it.

@janisz
Copy link
Collaborator

janisz commented Oct 16, 2023

I think it's a good idea but in a separated repo. I like the minimalist go.mod of bigcache

@mpldr
Copy link

mpldr commented Oct 23, 2023

I think bigcache is more suited to be embedded into a service, than being its own, to be quite honest.

@ODudek
Copy link
Author

ODudek commented Oct 23, 2023

@mpldr Why do you think so? I believe something like this would be useful even if we wanted to run Bigcache as a cluster

@mpldr
Copy link

mpldr commented Oct 23, 2023 via email

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

No branches or pull requests

3 participants