Custom Middleware: Implement custom middleware in your microservices to reject?
requests that exceed the rate limit and respond with appropriate HTTP status codes
(e.g., 429 Too Many Requests).
Example: The API Gateway might allow up to 100 requests per minute from a single IP, and
after the limit is reached, it responds with a 429 status until the rate limit resets.
Data Management in Microservices