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?