Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Retry Design Pattern

Pragya Keshap answered on February 15, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • what is design pattern
  • design pattern
  • How can you describe a design pattern?
  • Retry Pattern
  • Retry Pattern - 2
  • Drawbacks of Retry Pattern
  • How can the retry pattern help improve the reliability of a system ?
  • Request retry mechanism

  • Retry Design Pattern

    0

    This pattern states that you can retry a connection automatically which has failed earlier due to an exception. This is very handy in case of temporary issues with one of your services.

    Lot of times a simple retry might fix the issue. The load balancer might point you to a different healthy server on the retry, and your call might be a success.

    https://java-design-patterns.com/patterns/retry/#explanation

    Popularity 1/10 Helpfulness 1/10 Language java
    Source: Grepper
    Tags: java
    Link to this answer
    Share Copy Link
    Contributed on Feb 15 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.