-
Notifications
You must be signed in to change notification settings - Fork 79
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
Supply key-serde
as well as value-serde
in aggregate
methods
#172
Conversation
1a0565f
to
a19ba0f
Compare
Codecov Report
@@ Coverage Diff @@
## master #172 +/- ##
=======================================
Coverage 80.92% 80.92%
=======================================
Files 39 39
Lines 2364 2364
Branches 149 149
=======================================
Hits 1913 1913
Misses 302 302
Partials 149 149
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #172 +/- ##
=======================================
Coverage 80.92% 80.92%
=======================================
Files 39 39
Lines 2364 2364
Branches 149 149
=======================================
Hits 1913 1913
Misses 302 302
Partials 149 149
Continue to review full report at Codecov.
|
This doesn't seem to work... I'm wondering if Kafka also ignores it, for some reason. |
a19ba0f
to
c7a165b
Compare
Welp, new tests pass so I guess Jackdaw is fine now, the bug I'm seeing in my private code must be something else. PR should be good to merge. |
There's already a `topic->materialized` helper function, which I've reused. Signed-off-by: Alexis Lee <alee@greshamtech.com>
c7a165b
to
d4143f7
Compare
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. @99-not-out does this address any of the missing functionality you recently identified?
@cddr I will take a look - thanks! |
There's already a
topic->materialized
helper function, which I'vereused.
Signed-off-by: Alexis Lee alee@greshamtech.com