domain: codecsdomain: vrlgood first issuetype: featurevrl: stdlib
倉庫指標
- Star
- (21,837 star)
- 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 ?