-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Change Storage v2 API to use streaming #6359
Conversation
Signed-off-by: Yuri Shkuro <github@ysh.us>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6359 +/- ##
==========================================
- Coverage 96.14% 96.14% -0.01%
==========================================
Files 357 358 +1
Lines 20355 20391 +36
==========================================
+ Hits 19571 19604 +33
- Misses 599 601 +2
- Partials 185 186 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@mahadzaryab1 can you review? |
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.
just a few comments / questions
Signed-off-by: Yuri Shkuro <github@ysh.us>
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.
looks great!
Co-authored-by: Mahad Zaryab <43658574+mahadzaryab1@users.noreply.github.com> Signed-off-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Which problem is this PR solving?
Description of the changes
tracestore.Reader
interface to use function iterators in the style of Go 1.23iter
packageiter
package until we can upgrade to Go 1.23How was this change tested?