vectordotdev/vector

MessagePack codec (or VRL functions)

Offen

#8.675 geöffnet am 12.08.2021

 (4 Kommentare) (8 Reaktionen) (0 zugewiesene Personen)Rust (2.126 Forks)batch import
domain: codecsdomain: vrlgood first issuevrl: stdlib

Repository-Metriken

Stars
 (21.837 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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 ?

Contributor Guide