Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2116: Add blocking retries to RT #2124

Merged
merged 5 commits into from
Feb 24, 2022

Commits on Feb 23, 2022

  1. spring-projectsGH-2116: Add blocking retries to RT

    Before we hardcoded a no-ops back off in the DefaultErrorHandler used in the Retryable Topics feature.
    Adds a setter to let the user provide their own back off policy and configure blocking retries in conjunction with RT.
    tomazfernandes committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    7998944 View commit details
    Browse the repository at this point in the history
  2. Change DHE in LCFC to defaultFalse

    With this we no longer need a no ops back off.
    Some minor adjustments were needed to maintain behavior when the logic gets to DLPR.
    tomazfernandes committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    85cab3f View commit details
    Browse the repository at this point in the history
  3. Change DHE in LCFC to defaultFalse

    With this we no longer need a no ops back off.
    Some minor adjustments were needed to maintain behavior when the logic gets to DLPR.
    tomazfernandes committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    a7e069b View commit details
    Browse the repository at this point in the history
  4. Improve API and docs

    Now retryable exceptions can be set directly in the lcfc class.
    Improved the docs on how to combine blocking and non-blocking behaviors.
    Added what's new entry for this feature.
    tomazfernandes committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    29ced81 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Improve ExceptionClassifier JavaDoc

    Also add assertions to the LCFC new methods to warn the user if they already set the blocking configurations.
    tomazfernandes committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    ce9656b View commit details
    Browse the repository at this point in the history