Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Implement retry policy for a message delivery #33

Closed
Tracked by #1
matjazv opened this issue Dec 21, 2022 · 0 comments · Fixed by #77
Closed
Tracked by #1

Implement retry policy for a message delivery #33

matjazv opened this issue Dec 21, 2022 · 0 comments · Fixed by #77
Assignees
Milestone

Comments

@matjazv
Copy link
Contributor

matjazv commented Dec 21, 2022

Description

In request/response message transferring it could occur that a request is not delivered or a response is lost because of various reasons.
Currently when a request is sent and if a response is not received a timeout occurs and an error is returned.
Implement additional feature that in case of a timeout, a request is sent again and only after configured number of retries an error is returned.

Acceptance Criteria

  • If a response is not received, a request is sent again.
  • Only after configured number of retries an error is returned.
  • All new code is unit tested.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants