Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(inputs.kafka_consumer): use mutex for parser
Using parsers like json_v2 will result in undesired parser results. This adds a mutex to calls to the parser to prevent side effects from calling the parser in parallel.
- Loading branch information