Zettroke
Zettroke
In our company we found a potential panic in `parse_xml` which crashes vector. XML payload causing panic ```xml text123 ``` I added test case for this, but I am not...
We have pretty big vrl transforms in our pipeline and we started to encounter issues with how long vector takes to startup. Startup time was reaching of up to 10...
`VrlCondition` is compiled with `.set_read_only()` but, to execute the condition, `VrlTarget` is used, which requires a full copy of the `Event` and the metadata. It is mitigated by adding `ImmutableVrlTarget`...