Sunday, April 5, 2020

API Gateway :

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.


No comments:

Post a Comment

JMeter Simple Controller

  Simple Controller is just a  container  for user request.