vectordotdev/vector

MessagePack codec (or VRL functions)

Open

#8675 aperta il 12 ago 2021

Vedi su GitHub
 (2 commenti) (8 reazioni) (0 assegnatari)Rust (2126 fork)batch import
domain: codecsdomain: vrlgood first issuetype: featurevrl: stdlib

Metriche repository

Star
 (21.837 star)
Metriche merge PR
 (Merge medio 8g 16h) (110 PR mergiate in 30 g)

Descrizione

We have a Kafka topic with msgpack events we would like to deserialize (and reserialize after some transformations in an other topic). Currently, we use Logstash for that with this plugin : https://github.com/logstash-plugins/logstash-codec-msgpack

It could be very useful to have a generic msgpack codec in Vector like for JSON format, maybe in the form of a pair VRL functions parse_msgpack / encode_msgpack ?

Guida contributor