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 合併指標
 (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 ?

貢獻者指南