python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Cancel downstream gRPC requests in python server when incoming request is cancelled
Is there a simple pattern to follow to cancel all work and all downstream gRPC requests when an incoming request to a synchronous Python gRPC server is cancelled?
I assumed this was handled, but this ...
burk
Votes: 0
Answers: 1
Disallow queuing of requests in gRPC microservices
SetUp:
We have gRPC pods running in a k8s cluster. The service mesh we use is linkerd. Our gRPC microservices are written in python (asyncio grpcs as the concurrency mechanism), with the exception of ...
de1337ed
Votes: 0
Answers: 0
how exactly does gRPC for python handles unix domain sockets
After trying a few things, I got to a point where I can run client-server gRPC connection that is UDS based on the same host. Since I didn't find any detailed documentation for this setup, my main con...
jsofri
Votes: 0
Answers: 0
Python GRPC unable to import generated file
I am trying to use GRPC using GRPC tutorial I have generated two files:
helloworld_pb2_grpc.py
helloworld_pb2.py
I am trying to put these files under one folder called PB and the folder structure is ...

Nilay Singh
Votes: 0
Answers: 1