vectordotdev/vector

Provide generic `generate_config` and `test_generate_config`

Open

#21 865 ouverte le 21 nov. 2024

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (21 837 stars) (2 126 forks)batch import
domain: configdomain: devgood first issue

Description

Currently these work with Toml::Values however YAML is now the first class format in Vector.

See https://github.com/vectordotdev/vector/blob/v0.42.0/src/test_util/mod.rs#L95-L103

We can also support JSON values.

Guide contributeur