With support for Avro and the Confluent Platform Schema Registry. The library is aimed to be used in the streaming pipeline, e.g. Apache Kafka, to perform data serialization and deserialization with centrally managed schemas. https://github.com/confluentinc/libserdes PR: 254099 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> (maintainer)
9 lines
341 B
Text
9 lines
341 B
Text
libserdes is a schema-based serializer/deserializer
|
|
C/C++ library with support for Avro and the Confluent
|
|
Platform Schema Registry.
|
|
|
|
The library is aimed to be used in the streaming pipeline,
|
|
e.g. Apache Kafka, to perform data serialization and
|
|
deserialization with centrally managed schemas.
|
|
|
|
WWW: https://github.com/confluentinc/libserdes
|