About

Metadata

  • Last updated , by haskellworks
  • License BSD-3-Clause
  • Maintained by: alexey.raga@gmail.com

  • Lottery factor: 2

Links

Installation

Tested Compilers

  1. 9.10.1
  2. 9.8.2
  3. 9.6.6

Package Flags

Use the -f option with cabal commands to enable flags

    examples (off by default)

    Also compile examples

Readme

kafka-avro-serialiser

Avro serialiser/deserialiser for Kafka messages. Uses SchemaRegistry for schema compatibility and discoverability functionality.

This library is meant to be compatible (on both sending and receiving sides) with Java kafka/avro serialiser (written by Confluent).