-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[receiver/kafkareceiver] Add otlp_json support in kafka receiver #34840
Conversation
Signed-off-by: joeyyy09 <[email protected]>
this is a draft in process, would love to see if im going in the right direction or not. |
Signed-off-by: joeyyy09 <[email protected]>
Signed-off-by: joeyyy09 <[email protected]>
Signed-off-by: joeyyy09 <[email protected]>
Signed-off-by: joeyyy09 <[email protected]>
Signed-off-by: joeyyy09 <[email protected]>
@joeyyy09 check the linter failures |
Signed-off-by: joeyyy09 <[email protected]>
My bad, fixed that. |
Support for encoding extensions in the kafkareceiver was just merged with #33888. Using the |
Prom tests are failing on main, not an issue here (#35119). Everything else in the PR is green. @open-telemetry/collector-maintainers this can be merged. @thmshmm I think an upgrade to |
…n-telemetry#34840) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.-->The current features dont support otlp_json in receivers/kafkareceivers. Add support for otlp_json which accepts json formated for Otel Collector kafka receiver **Link to tracking Issue:** <Issue number if applicable> open-telemetry#33627 **Testing:** <Describe what testing was performed and which tests were added.> Added test files for the same. **Documentation:** <Describe the documentation added.> --------- Signed-off-by: joeyyy09 <[email protected]> Co-authored-by: Ziqi Zhao <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
Description:
The current features dont support otlp_json in receivers/kafkareceivers.Add support for otlp_json which accepts json formated for Otel Collector kafka receiver
Link to tracking Issue: #33627
Testing:
Added test files for the same.
Documentation: