-
Notifications
You must be signed in to change notification settings - Fork 206
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 route cache #748
Conversation
Codecov Report
@@ Coverage Diff @@
## main #748 +/- ##
==========================================
- Coverage 68.49% 68.14% -0.35%
==========================================
Files 292 295 +3
Lines 45413 45776 +363
==========================================
+ Hits 31104 31195 +91
- Misses 14309 14581 +272
... and 8 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com>
Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com>
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.
Good Job!
* impl route cache * add unit tests * route cache config serialize * did not reqeust to meta when no miss * chore * chore * fix unit test * fix dependency * sort dependency * update unit test * chore * change ttl data type * unimplemented instead todo * impl default * Update router/src/cluster_based.rs Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com> * Update router/src/cluster_based.rs Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com> * chore --------- Co-authored-by: WEI Xikai <ShiKaiWi@users.noreply.github.com>
Which issue does this PR close?
Closes #738
Rationale for this change
see #738
What changes are included in this PR?
add route cache
Are there any user-facing changes?
None
How does this change test
unit test