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)
gRPC - Accessing headers in async communication
I have a kubernetes cluster where there are microservices running.
When I call Java based microservice, the Spring boot application receives all the HTTP requests, internally calls another backend ser...
prblm_solver
Votes: 0
Answers: 1
Exposing domain model in GRPC IDL
We have our existing domain model consumed using spring REST. The services are currently hosted on Kuberenetes and all east-west and north-south communication is done using http/1.1. We are planning m...
prassank
Votes: 0
Answers: 0
Seeing timeouts in HAProxy dashboard, but no latencies seen on application side
We have been facing a weird issue lately for our GRPC service. During some time period, we're seeing significants numbers of timeouts on our HAProxy dashboard, however when i checked the api response ...
whistler
Votes: 0
Answers: 0
keep grpc channel alive without activity
We have a system where clients open bi-directional grpc stream to ALB, which proxies to one of active server. So
bi-di
client <-----------> ALB <--------&...
Rajat Goyal
Votes: 0
Answers: 1