hw-kafka-avro: Avro support for Kafka infrastructure

[ bsd3, library, services ] [ Propose Tags ]

Avro support for Kafka infrastructure.


[Skip to Readme]

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.5 && <0.6), base (>=4.7 && <5), binary, bytestring, cache, containers, errors, hashable, http-client, http-types, hw-kafka-avro, lens, mtl, pure-zlib (>=0.6), semigroups, tagged, text, transformers, unordered-containers, wreq [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
Bug tracker https://github.com/haskell-works/hw-kafka-avro/issues
Source repo head: git clone https://github.com/haskell-works/hw-kafka-avro
Uploaded by haskellworks at 2020-04-14T05:19:48Z
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 available [build log]
Last success reported on 2020-04-14 [all 1 reports]

Readme for hw-kafka-avro-5.1.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).