Struggling with microservices communication: gRPC vs. REST for internal APIs?

Programming
I'm designing a new microservices architecture and hitting a wall deciding between gRPC and REST for internal service-to-service communication. Performance and type safety are critical, but I'm worried about the learning curve and tooling for gRPC compared to the familiarity of REST. What are your real-world experiences or recommendations for making this choice stick?

Sign in to join the discussion.

Login / Sign Up