odrotbohm/rest-microservices

Best place to implement enhancement logic in customer resource when an API gateway is introduced

ffazil opened this issue · 0 comments

If I were to introduce an API gateway using zuul in this application, which microservice(gateway or customer) will be ideal to enhance the customer resource with stores nearby? If I implement it in customer the nearby-stores link points directly point to the store microservice than the zuul proxied link to the store service.