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 - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -