vectordotdev/vector

MessagePack codec (or VRL functions)

Open

#8,675 opened on Aug 12, 2021

View on GitHub
 (2 comments) (8 reactions) (0 assignees)Rust (21,837 stars) (2,126 forks)batch import
domain: codecsdomain: vrlgood first issuetype: featurevrl: stdlib

Description

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

MessagePack codec (or VRL functions) · vectordotdev/vector#8675 | Good First Issue