
API gateway and service mesh are two main architectural elements that ensure reliable, resilient, and secure communication in a microservices-based application. Which of the following is not a core feature of an API gateway? (Wentz QOTD)
A. Facilitate service-to-service communication.
B. Ensure a reasonable rate of requests.
C. Redirect requests from old clients to a new version of the service.
D. Avoid the possibility of a cascaded failure.



