-
Notifications
You must be signed in to change notification settings - Fork 69
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
APP-2821: Implement a configurable retry mechanism #232
Conversation
...-core/src/main/java/com/symphony/bdk/core/service/datafeed/impl/AbstractDatafeedService.java
Show resolved
Hide resolved
...-core/src/main/java/com/symphony/bdk/core/service/datafeed/impl/AbstractDatafeedService.java
Outdated
Show resolved
Hide resolved
symphony-bdk-core/src/main/java/com/symphony/bdk/core/util/RetryWithRecovery.java
Outdated
Show resolved
Hide resolved
symphony-bdk-core/src/main/java/com/symphony/bdk/core/util/RetryWithRecovery.java
Outdated
Show resolved
Hide resolved
symphony-bdk-core/src/main/java/com/symphony/bdk/core/util/ConsumerWithThrowable.java
Outdated
Show resolved
Hide resolved
symphony-bdk-core/src/main/java/com/symphony/bdk/core/util/ConsumerWithThrowable.java
Outdated
Show resolved
Hide resolved
...phony-bdk-core-invoker-api/src/main/java/com/symphony/bdk/core/api/invoker/ApiException.java
Outdated
Show resolved
Hide resolved
symphony-bdk-core/src/main/java/com/symphony/bdk/core/util/function/RetryWithRecovery.java
Outdated
Show resolved
Hide resolved
...ony-bdk-core/src/main/java/com/symphony/bdk/core/util/function/RetryWithRecoveryBuilder.java
Outdated
Show resolved
Hide resolved
...dk-core/src/main/java/com/symphony/bdk/core/util/function/Resilience4jRetryWithRecovery.java
Outdated
Show resolved
Hide resolved
symphony-bdk-core/src/main/java/com/symphony/bdk/core/service/SessionService.java
Outdated
Show resolved
Hide resolved
...phony-bdk-core-invoker-api/src/main/java/com/symphony/bdk/core/api/invoker/ApiException.java
Outdated
Show resolved
Hide resolved
symphony-bdk-core/src/main/java/com/symphony/bdk/core/service/MessageService.java
Show resolved
Hide resolved
...ore/src/main/java/com/symphony/bdk/core/service/datafeed/exception/NestedRetryException.java
Outdated
Show resolved
Hide resolved
symphony-bdk-core/src/main/java/com/symphony/bdk/core/retry/RetryWithRecoveryBuilder.java
Show resolved
Hide resolved
Looks good to me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Ticket
APP-2821
Description
Goal is to provide a generic retry mechanism for http calls. Refactored DFv1 and DFv2. Will extend this to all services.
Also contains code reformatting (according to the .editorconfig file : 2 spaces for indentation).
Dependencies
None
Checklist