You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The kafka exporter currently allows exporting to a fixed topic or a topic from an attribute in the data.
When using an attribute, if the topic name isn't already in the data for some reason, the topic name inherently pollutes the data.
Describe the solution you'd like
I would like to be able to pull the topic name from the context. This would allow prior components in the pipeline to define/customize the topic name without modifying the data being exported.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
…telemetry#34503)
**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.-->
Add option to get destination topic from context. This allows for
upstream connectors to control the destination without polluting the
data being written.
**Link to tracking Issue:** <Issue number if applicable>
Fixesopen-telemetry#34432
**Testing:** <Describe what testing was performed and which tests were
added.>
Added unit tests.
**Documentation:** <Describe the documentation added.>
Updated the component readme with the added setting.
---------
Co-authored-by: Pablo Baeyens <pablo.baeyens@datadoghq.com>
Co-authored-by: Sean Marciniak <30928402+MovieStoreGuy@users.noreply.github.com>
Component(s)
exporter/kafka
Is your feature request related to a problem? Please describe.
The kafka exporter currently allows exporting to a fixed topic or a topic from an attribute in the data.
When using an attribute, if the topic name isn't already in the data for some reason, the topic name inherently pollutes the data.
Describe the solution you'd like
I would like to be able to pull the topic name from the context. This would allow prior components in the pipeline to define/customize the topic name without modifying the data being exported.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: