-
Notifications
You must be signed in to change notification settings - Fork 9
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
CORE-20867 add a flow retry topic to handle retries of transient RPC calls #1710
Conversation
Quality Gate passedIssues Measures |
Scanning for breaking API changes introduced by this PR Scan Succeeded |
Jenkins build for PR 1710 build 1 Build Successful: |
data/config-schema/src/main/java/net/corda/schema/configuration/MessagingConfig.java
Show resolved
Hide resolved
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
…calls (#1710) (#1712) Add new FlowEvent payload type to capture the details required to generates an external event retry request for transient errors. Co-authored-by: Lorcan Wogan <[email protected]>
Add new FlowEvent payload type to capture the details required to generates an external event retry request for transient errors.