libserdes

Schema serialization/deserialization library for Avro and Confluent Schema Registry

brewmacoslinux
Try with needOr install directly
Source

About

Schema ser/deserializer lib for Avro + Confluent Schema Registry

Commands

libserdes

Examples

Serialize data using Avro schema from Confluent Schema Registry$ libserdes -s schema_id -r http://localhost:8081 -d input.json
Deserialize Avro binary data using cached schema$ libserdes -d -i binary_data.avro -s schema_id
Validate JSON against registered schema in Schema Registry$ libserdes -v -s subject_name -r http://schema-registry:8081 data.json