Open omarnaman opened 3 years ago
GRPC streaming only supports a deadline for the entire stream connection, and cannot be defined per query since GRPC is not implemented to expect a response for each request.
Move away from GRPC
Or handle the timeouts in the application layer instead.
GRPC streaming only supports a deadline for the entire stream connection, and cannot be defined per query since GRPC is not implemented to expect a response for each request.
Solution
Move away from GRPC