feat(outputs.kafka): Option to add metric name as record header #15721
Labels
area/kafka
feature request
Requests for new plugin and for new features to existing plugins
help wanted
Request for community participation, code, contribution
size/s
1 day effort, great beginniner issue
Use Case
Option to add metric name as record header, which allows consumer to check if record should be skipped or processed. Record value is deserialized only when it's needed to be processed. Our usecase have around a million messages per second and not every message is currently processed (every message is deserialized and name field is checked)
Expected behavior
Producer adds header when option is set. Header key is specified by user and value is metric name
Actual behavior
Not implemented, opening pr
Additional info
No response
The text was updated successfully, but these errors were encountered: