zu3st
Results
2
comments of
zu3st
I just encountered a similar problem in connection with a referenced function. The called function prologue contains four pushes, all of which were assembled as valid ASCII. The rendering even...
I quickly hacked something together, changing the sinks `ClickhouseConfig` members `encoding` type from `Transformer` to `EncodingConfigWithFraming`: https://github.com/vectordotdev/vector/commit/8b99f9836d095b3845595ab3c9f0e28aab613657 This change allows (and requires) for `encoding.codec` to be specified by the user....