Today I want to talk about an interesting concept of API Gateway, well, to be precise, Spring’s implementation of API Gateway. So what is an API Gateway anyway? API Gateway is built on top of a reverse proxy mechanism and it serves as a single point of entry for multiple client applications that want to communicate with…