vectordotdev/vector

MessagePack codec (or VRL functions)

オープン

#8,675 opened on 2021/08/12

 (4 件のコメント) (8 件のリアクション) (0 人の担当者)Rust (2,126 件のフォーク)batch import
domain: codecsdomain: vrlgood first issuevrl: stdlib

Repository metrics

Stars
 (21,837 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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 ?

コントリビューターガイド