6

We are at the beginning of developing with microservices using gRPC. Our microservices are designed to be run on JVM. Inside our persistence layer, we would like to use an ORM library. Spring Data JPA project looks very promising.

But there are a two spring-grpc-boot-starter projects out there?

Which one should I use? Or do you recommend any other one or method?

Neil Stockton
  • 11,383
  • 3
  • 34
  • 29
The_Cute_Hedgehog
  • 1,280
  • 13
  • 22

1 Answers1

1

For completeness, saturnism and Salesforce also have grpc+spring boot starter projects.

I know nothing about Spring Boot myself, but I've been told LogNet's is pretty nice and it also discusses service discovery. But Salesforce's should be considered as well.

Noel Yap
  • 18,822
  • 21
  • 92
  • 144
Eric Anderson
  • 24,057
  • 5
  • 55
  • 76