vectordotdev/vector

MessagePack codec (or VRL functions)

开放

#8,675 创建于 2021年8月12日

 (4 条评论) (8 个反应) (0 位负责人)Rust (2,126 个派生)batch import
domain: codecsdomain: vrlgood first issuevrl: stdlib

仓库指标

星标
 (21,837 个星标)
PR 合并指标
 (平均合并 8天 16小时) (30 天内合并 110 个 PR)

描述

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 ?

贡献者指南