-
Notifications
You must be signed in to change notification settings - Fork 104
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
Multiple fetch request #107
Conversation
Should complement well #106. |
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.
Thanks for this @backuitist!
If you rebase on master
, the build failure should be fixed.
88229f5
to
dfe491c
Compare
Codecov Report
@@ Coverage Diff @@
## master #107 +/- ##
==========================================
- Coverage 94.6% 94.21% -0.39%
==========================================
Files 40 40
Lines 1094 1107 +13
Branches 69 73 +4
==========================================
+ Hits 1035 1043 +8
- Misses 59 64 +5
Continue to review full report at Codecov.
|
dfe491c
to
e38d3ed
Compare
This happens when `stream` is called after the underlying Java client gets assigned partitions.
e38d3ed
to
1d73f2c
Compare
Thanks for fixing my commits! Looks all good to me :) |
No description provided.