Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which spring grpc boot starter project should I use?

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?

  • https://github.com/yidongnan/grpc-spring-boot-starter
  • https://github.com/LogNet/grpc-spring-boot-starter

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

like image 765
The_Cute_Hedgehog Avatar asked Nov 08 '22 19:11

The_Cute_Hedgehog


1 Answers

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.

like image 108
Eric Anderson Avatar answered Nov 15 '22 13:11

Eric Anderson