any communication between 2 micro services
or new request from external source has to go through api gateway.
Its a centralization place where we can implement things like authentication, auditing, logging, rate limiting(Ex: from a specific client , max request to be served 10 times)
API gateway is similar to AOP: Aspect oriented programming.
or new request from external source has to go through api gateway.
Its a centralization place where we can implement things like authentication, auditing, logging, rate limiting(Ex: from a specific client , max request to be served 10 times)
API gateway is similar to AOP: Aspect oriented programming.
No comments:
Post a Comment