java - Microservices with gRPC and REST using Spring Boot -
for project i'd set small microservice scenario using spring boot api gateway exposing rest , graphql clients, eureka service registry , 3 services. want services behind api gateway talk grpc because of performance reasons, @ same time still expose additional rest api. there clean way implement both types of interfaces on top of same business logic? , how gateway proxy clients' http requests grpc ones?
Comments
Post a Comment