python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
limit number of concurrent_rpcs in grpc c++
I am using grpc for bidirection streaming service. Beause this is an online real-time service, and we don't want our clients to wait too long, so we want to limit the rpcs to a certain number and reje...
Xiang Lyu
Votes: 0
Answers: 0
How to determine if an argument was passed with a gRPC call or not?
Question: When parsing a gRPC call's request in my gRPC endpoint, how can I make use of a certain request.<attribute> only if it was explicitly passed with the gRPC call?
I have this in my .pro...

fredrik
Votes: 0
Answers: 0
How to get header from grpc responce with python
I am trying to get header of the gRPC response with the following code, and it doesn't work:
response = stub.GetAccounts(users_pb2.GetAccountsRequest(), metadata=metadata)
header = response.header()
...

Драбышевский Никита
Votes: 0
Answers: 1
grpc in GAE Standard
Is it possible to host a gRPC server in GAE Standard environment using Python? I have seen https://cloud.google.com/endpoints/docs/grpc/tutorials which seems to me you have to use ESP to host a gRPC s...

jsy
Votes: 0
Answers: 1