Skip to content

Commit

Permalink
Add SyncWorkflowState api for state based replication (#6381)
Browse files Browse the repository at this point in the history
## What changed?
<!-- Describe what has changed in this PR -->
Add sync workflowstate api
## Why?
<!-- Tell your future self why have you made these changes -->
To support state based replication
## How did you test it?
<!-- How have you verified this change? Tested locally? Added a unit
test? Checked in staging env? -->
unit test will be added after implementation is agreed
## Potential risks
<!-- Assuming the worst case, what can be broken when deploying this
change to production? -->
no risk, not used in prod
## Documentation
<!-- Have you made sure this change doesn't falsify anything currently
stated in `docs/`? If significant
new behavior is added, have you described that in `docs/`? -->
n/a
## Is hotfix candidate?
<!-- Is this PR a hotfix candidate or does it require a notification to
be sent to the broader community? (Yes/No) -->
no
  • Loading branch information
xwduan authored Sep 11, 2024
1 parent 16f138a commit 453a0c3
Show file tree
Hide file tree
Showing 40 changed files with 6,741 additions and 4,230 deletions.
74 changes: 74 additions & 0 deletions api/adminservice/v1/request_response.go-helpers.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 453a0c3

Please sign in to comment.