freebsd-ports/devel/libserdes/pkg-descr
Rainer Hurling 65aec7a55e New port: devel/libserdes: 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.

https://github.com/confluentinc/libserdes

PR:		254099
Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru> (maintainer)
2021-03-07 15:34:46 +00:00

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