API Gateway
We need to write our business logic independent of other concerns such as authentication, authorization, UI, logging etc. An API Gateway is a layer between all your client requests and a server that has the business logic. This is like a Java Servlet Filter.
API Gateway by Chris Richardson at Microservices.io
API Gateway 10 minute video
API Gateway by Chris Richardson at Microservices.io
API Gateway 10 minute video
Comments