Skip to main content

Questions tagged [grpc]

1 vote
1 answer
1k views

I want to build a grpc server which will be run by a company (service provider) and multiple client each run by a different company (a client). I thought of this instead using a Rest API to get ...
karim alpha's user avatar
-2 votes
1 answer
220 views

I have read this example:https://auth0.com/blog/securing-grpc-microservices-dotnet-core/ In this example it explains how to implement authorization in a gRPC service. It says that the client request a ...
Álvaro García's user avatar
0 votes
0 answers
57 views

Suppose there is a third-party application which offers GRPC services with authentication. You want to use these services in your web application. So you will basically use that service behind the ...
Elgin Cahangirov's user avatar
0 votes
0 answers
60 views

I have a gRPC service and I was thikning about the security aspects in the client side. I have only one certificate (public and private certificates) for the client, that it is uses for all my clients,...
Álvaro García's user avatar
0 votes
0 answers
1k views

I have to implement a bi-directional communication between two local process with support to backward compatibility .NET Core/NET Framework and platform architecture x86/x64. The options that i have ...
youssef jirari's user avatar
1 vote
2 answers
77 views

I've got a GRPC API that I'm designing. It includes an RPC method that requires the caller follow-up with another API call. Some pseudo-code a client might write: val apiInstsance = makeAPIInstance() ...
Groostav's user avatar
  • 257
1 vote
1 answer
1k views

Currently I have a monolithic gRPC server that implements several service stubs that are utilized by a large amount of internal client programs (none of this is public internet facing). As our ...
CPanarella's user avatar
0 votes
0 answers
631 views

I have an idea to use gRPC for all microservices communication for the sake of simplicity. Now there is a service that needs high availability, So the idea is to use RabitMQ as a message receiver from ...
kitta's user avatar
  • 717