Question 1: API GATEWAY - Purpose of Spring Cloud Gateway
What is the primary role of Spring Cloud Gateway in a microservices architecture?
Question 2: API GATEWAY - Code Snippet (Basic Route)
What does this configuration achieve?
Question 3: API GATEWAY - Using Service Discovery
How do we enable service discovery–based routing in Spring Cloud Gateway with Eureka?
Question 4: API GATEWAY - Code Snippet (Discovery Routing)
What does this route config do?
Question 5: API GATEWAY - Predicates in Routing
What do Predicates in Spring Cloud Gateway define?
Question 6: API GATEWAY - Code Snippet (Header Predicate)
What does this config enforce?
Question 7: API GATEWAY - Filters
What is the purpose of filters in Spring Cloud Gateway?
Question 8: API GATEWAY - Code Snippet (Add Request Header Filter)
What does this filter configuration do?
Question 9: API GATEWAY - Global Filters
What is true about Global Filters in Spring Cloud Gateway?
Question 10: API GATEWAY - Rate Limiting
How can Spring Cloud Gateway implement API rate-limiting?