sample-microservices-protobuf
sample-microservices-protobuf copied to clipboard
creating microservices with rest http api exposed over google protocol buffer on spirng-boot
Spring Boot with Protocol Buffers and gRPC 
There are two articles related to that repo:
- How to expose Protocol Buffers over REST. Detailed description can be found here: Exposing Microservices over REST Protocol Buffers
- How to create gRPC service with Spring Boot and integrate gRPC client with Spring Cloud discovery. Detailed description can be found here: Introduction to gRPC with Spring Boot