Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

draw.io Diagram
bordertrue
diagramNameAPI vs. Network Timeout
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth789
revision13

In this example, our API call needs to make a simple network I/O request. For the first two network request attempts, the broker failed to respond within the configured network I/O timeout. Because there was sufficient time left within the API timeout, the client was able to retry the network request until it succeeded on the third attempt.



draw.io Diagram
bordertrue
diagramNameAPI vs. Network Timeout #2
simpleViewerfalse
width
linksauto
tbstyletop
lboxtrue
diagramWidth669
revision2



and, which will be the smaller of the request.timeout.ms configuration value and the remaining timeout value.

...