intermediateOpenFeign: Declarative REST Clients

Why is an unconfigured Feign client (no timeout set) dangerous under real load?

It ties up the calling thread indefinitely if the downstream service is slow but not crashed — under real concurrent load, this exhausts the caller's own thread pool, turning one slow downstream dependency into a cascading outage of the caller too.

Ready to master this question?

Generate a complete walkthrough — background, the full answer in plain language, a working code example explained line by line, a real-world scenario, common mistakes, and how this same question gets asked in different ways.

Sign in to generate a response

Next Step

Continue to What's the core difference between what OpenFeign and WebClient return from a call?← Back to all Spring Cloud questions