-
Notifications
You must be signed in to change notification settings - Fork 173
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
feat: implement sequencer api with mysql #605
Conversation
Thanks! |
Codecov Report
@@ Coverage Diff @@
## main #605 +/- ##
==========================================
- Coverage 60.62% 60.58% -0.04%
==========================================
Files 125 127 +2
Lines 6539 6652 +113
==========================================
+ Hits 3964 4030 +66
- Misses 2195 2235 +40
- Partials 380 387 +7
Continue to review full report at Codecov.
|
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.
finally add some docs below docs/en/component_specs/sequencer
docs/zh/component_specs/sequencer
@GimmeCyy 本地的锁似乎是没用的,layotto可能是多机部署。可以先交流下再写代码~ |
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
# Conflicts: # cmd/layotto_multiple_api/main.go # docs/zh/_sidebar.md
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.
@GimmeCyy Thanks for your help! |
What this PR does:
add sequencer api component by mysql
Which issue(s) this PR fixes:
Fixes #489