So far in our series on modern microservices, we have built:
A simple gRPC service
Added a REST/HTTP interface exposing gRPC service RESTfully and showing a glimpse of the gRPC plugin universe
Introduced Buf.build to simplify plugin management
We are far from productionalizing our service. A production-ready service would (at the very least) need several things: View the full article