sample-microservices-protobuf icon indicating copy to clipboard operation
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 Twitter

CircleCI

SonarCloud Bugs Coverage Lines of Code

There are two articles related to that repo:

  1. How to expose Protocol Buffers over REST. Detailed description can be found here: Exposing Microservices over REST Protocol Buffers
  2. 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