hw-kafka-avro: Avro support for Kafka infrastructure

[ bsd3, library, services ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Modules

[Last Documentation]

  • Kafka
    • Kafka.Avro
      • Kafka.Avro.Decode
      • Kafka.Avro.Encode
      • Kafka.Avro.SchemaRegistry

Flags

Manual Flags

NameDescriptionDefault
examples

Also compile examples

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.1.0, 1.2.0, 1.3.0, 1.4.0, 2.0.0, 2.1.0, 4.0.0, 4.0.1, 5.0.0, 5.1.0, 6.0.0
Dependencies aeson, avro (>=0.2), base (>=4.7 && <5), binary, bytestring, cache, containers, errors, hashable, http-client, http-types, hw-kafka-avro, mtl, pure-zlib (>=0.6), semigroups, servant, servant-client, tagged, text, transformers, unordered-containers [details]
License BSD-3-Clause
Copyright Alexey Raga
Author Alexey Raga
Maintainer alexey.raga@gmail.com
Category Services
Home page https://github.com/haskell-works/hw-kafka-avro#readme
Source repo head: git clone https://github.com/haskell-works/hw-kafka-avro
Uploaded by alexeyraga at 2018-04-10T01:55:19Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables kafka-avro-example
Downloads 5094 total (35 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2021-06-02 [all 2 reports]

Readme for hw-kafka-avro-1.4.0

[back to package description]

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).