-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Deprecate kafka output and move the code to an extension #1917
Conversation
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.
Certainly happy to see those indirect dependencies go :)
Also, it would be great to have E2E/integration tests with an actual Kafka instance. We could set it up in the extension repo eventually.
27d1787
to
9689565
Compare
I would prefer if we merge this after #1940 as I will need to rebase one or the other and this one is just ... smaller :D |
2504ac0
to
4ac4660
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.
Haven't tested it, but LGTM.
I have tested it so far as I went through the blog about it and with both cli and env variables configuration I was seeing metrics. I doubt we broke the format of them or something like that so this should be enough ? |
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 besides the minor message correction.
Codecov Report
@@ Coverage Diff @@
## master #1917 +/- ##
==========================================
+ Coverage 71.21% 71.34% +0.12%
==========================================
Files 183 181 -2
Lines 14336 14219 -117
==========================================
- Hits 10210 10144 -66
+ Misses 3486 3461 -25
+ Partials 640 614 -26
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
67118b1
to
fee8019
Compare
fee8019
to
3f47870
Compare
fixes #1934