-
Notifications
You must be signed in to change notification settings - Fork 1
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: add ack to kafka client #327
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #327 +/- ##
==========================================
+ Coverage 79.52% 79.54% +0.01%
==========================================
Files 85 73 -12
Lines 6545 5602 -943
==========================================
- Hits 5205 4456 -749
+ Misses 1078 934 -144
+ Partials 262 212 -50 ☔ View full report in Codecov by Sentry. |
256916c
to
a9b2f9d
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.
Minor comments else LGTM
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. I've added a couple comments above 👍
Description
add ack capability to kafka client
Linear Ticket
https://linear.app/rudderstack/issue/PIPE-754/add-acks-capability-to-kafka-client
Security