-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ashish Srivastava edited this page Mar 22, 2021
·
2 revisions
Welcome to the springboot-protobuf wiki!
how to enable Protocol Buffers for microservices project based on Spring Boot. Protocol Buffer is an alternative to text-based protocols like XML or JSON and surpasses them in terms of performance. Adapt to this protocol using in Spring Boot application is pretty simple. For microservices, we can still use Spring Cloud components like Feign or Ribbon in combination with Protocol Buffers, as with REST over JSON or XML