Hacker News new | ask | show | jobs
by ltbarcly3 326 days ago
gRPC is a very badly implemented system. I have gotten 25%-30%+ improvements in throughput just by monkeypatching client libraries for google cloud to force json api endpoint usage.

At least try something else besides gRPC when building systems so you have a baseline performance understanding. gRPC is OFTEN introducing performance breakdowns that goes unnoticed.

1 comments

Have you done any comparisons with connect-rpc?