'Spring cloud gateway priority when pool consumed

is it possible to make a pool for requests incomming form clients per API? OR make a priorities in the filters? Becasue I have some critical API method (service behind GW), which MUST any time work. Next to it is a big data service - I affrad, that when whole pool will be taken to big data, tehn the core service will be not reachable. How to achieve this?

Thanks a lot.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source