-
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: add sequencer api component with snowflake algorithm #767
Conversation
Codecov ReportBase: 60.55% // Head: 60.69% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #767 +/- ##
==========================================
+ Coverage 60.55% 60.69% +0.14%
==========================================
Files 135 137 +2
Lines 8815 9101 +286
==========================================
+ Hits 5338 5524 +186
- Misses 2823 2889 +66
- Partials 654 688 +34
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@OOOOlh There are several issues that need to be resolved:
If you are done coding, remove |
@ZLBer got it |
I will add more unit tests. |
@ZLBer Please review again 😘 |
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
Head branch was pushed to by a user without write access
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. Thanks!
What this PR does:
add snowflake sequencer
Which issue(s) this PR fixes:
Fixes #193