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

Popular posts from this blog

php - Displaying JSON data posts for blog using just the post id -

docusignapi - Documents restrictions within a package -

javascript - angular.forEach loop with $http.get -