-
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 #1707
Conversation
Scanning for breaking API changes introduced by this PR Scan Succeeded |
Jenkins build for PR 1707 build 10 Build Successful: |
This PR is stale because it has been open 7 days with no activity. Remove the |
data/topic-schema/src/main/resources/net/corda/schema/Flow.yaml
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Add config for retrying external event transient errors
Add new FlowEvent payload type to capture the details required to generates an external event retry request for transient errors.
corda/corda-runtime-os#6374