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

[Proposal] GRPC support for remote store #861

Open
onurkanbakirci opened this issue Jul 22, 2024 · 1 comment
Open

[Proposal] GRPC support for remote store #861

onurkanbakirci opened this issue Jul 22, 2024 · 1 comment

Comments

@onurkanbakirci
Copy link
Contributor

To improve performance in retrieving tenant information from a remote service, we can use gRPC as well. Integrating built-in gRPC support, such as .WithGrpcRemoteStore, will enhance the developer experience and streamline the process.

Current HTTP implementation:
... .WithHttpRemoteStore(string.Concat(tenancyUrl, "{__tenant__}/remote-store"), httpClientBuilder => ...

Proposed gRPC Implementation:
... .WithGrpcRemoteStore(tenancyUrl, grpcClientBuilder => ...

@onurkanbakirci onurkanbakirci changed the title [Proposal] [Proposal] GRPC support for remote store Jul 22, 2024
@AndrewTriesToCode
Copy link
Sponsor Contributor

I like it. Have a few other things on the priority list but this would add a lot of value.

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

No branches or pull requests

2 participants