What is the impact of this advice?


When designing an upstream API and its implementation, the development team has been advised to NOT set timeouts when invoking a downstream API, because that downstream API has no SLA that can be relied upon. This is the only downstream API dependency of that upstream API.

Assume the downstream API runs uninterrupted without crashing.

What is the impact of this advice?
A . An SLA for the upstream API CANNOT be provided.
B . The invocation of the downstream API will run to completion without timing out.
C . A default timeout of 500 ms will automatically be applied by the Mule runtime in which the upstream API implementation executes.
D . A load-dependent timeout of less than 1000 ms will be applied by the Mule runtime in which the downstream API implementation executes.

Answer: A

Leave a Reply

Your email address will not be published.