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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.4 && <0.5), 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
Revised Revision 1 made by alexeyraga at 2020-03-25T05:12:30Z
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 alexeyraga at 2019-07-12T11:08:58Z
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 2019-07-12 [all 1 reports]

Readme for hw-kafka-avro-4.0.1

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