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

Implementing retry logic to restTemplate #17375

Merged
merged 13 commits into from
Dec 12, 2023
Merged

Implementing retry logic to restTemplate #17375

merged 13 commits into from
Dec 12, 2023

Commits on Dec 1, 2023

  1. Implementing retry logic to restTemplate

    Rubini authored and Rubini committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5a3867d View commit details
    Browse the repository at this point in the history
  2. Fixing the issue

    Rubini authored and Rubini committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2674ac4 View commit details
    Browse the repository at this point in the history
  3. Adding import

    Rubini authored and Rubini committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    af72aca View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Fix

    Rubini authored and Rubini committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    0aa4c6f View commit details
    Browse the repository at this point in the history
  2. Fix

    Rubini authored and Rubini committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    96ebabd View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    2a05b93 View commit details
    Browse the repository at this point in the history
  2. minor update, add tests

    wing328 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    598a8fc View commit details
    Browse the repository at this point in the history
  3. fix

    wing328 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    6722d4a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Adding the maxRetryAttempt, threadWaitTime as additionalProperty

    Rubini authored and Rubini committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3f826f3 View commit details
    Browse the repository at this point in the history
  2. Updating the apiClient

    Rubini authored and Rubini committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    72dddb4 View commit details
    Browse the repository at this point in the history
  3. Removing reduntant variable

    Rubini authored and Rubini committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ce6fed5 View commit details
    Browse the repository at this point in the history
  4. Generating samples

    Rubini authored and Rubini committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    0bb8b29 View commit details
    Browse the repository at this point in the history
  5. Fixing format

    rubiniselvaraj committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ca3361a View commit details
    Browse the repository at this point in the history