I’m new to Spring Cloud Gateway and trying to understand how it works.
My team has many customized filters and configurations. It is confusing cause I cannot know the order of each java beans practically executed while processing a request.
I wanna see the name and order of each beans when one request passes through the spring cloud gateway application.
Is there any tool, library, or method to do this?