DEV Community

Discussion on: gRPC Guide

Collapse
 
alirezamgh profile image
alireza

Thank you Douglas
very nice introduction to gRPC
I do have a question since you mentioned that gRPC is a well suited approach in building Microservices.
How we can Share gRPC protobufs between microservices ?
If let say there is a change required in protobuf that consider as breaking change how to update other services while maintaining existing one ?