-
Notifications
You must be signed in to change notification settings - Fork 14
feat: Implement Consumer.offsetsForTimes #123
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #123 +/- ##
============================================
+ Coverage 67.13% 67.87% +0.74%
- Complexity 131 136 +5
============================================
Files 10 10
Lines 642 660 +18
Branches 23 25 +2
============================================
+ Hits 431 448 +17
- Misses 201 202 +1
Partials 10 10
Continue to review full report at Codecov.
|
Delaying merge until the RPC is publicly visible. |
ComputeTimeCursor is now publicly visible. |
Retrieves cursors for timestamps from the
TopicStatsClient
to implementPubsubLiteConsumer.offsetsForTimes
.