elastic / elastic/logstash

add option to disable metadata handling

Open
#3,270 3 comments 0 reactions 0 assignees View on GitHub
discuss enhancement
Dominant language
Java
Stars
14.9k
Forks
3.5k
Avg merge
19h 14m
Merged PRs (30d)
63

Description

metadata handling adds 2 extra string comparisons for every `Event` field reference _getter_ `[]` or _setter_ `[]=`. when metadata is not useful in a particular configuration, we know these extra string comparisons are _not free_. We could add an option to disable metadata handling and have different method implementations that we could pick depending on the option.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.