Packages

build microservices with Kafka + Avro schemas

Current section

Files

Jump to
kaufmann_ex lib kaufmann.ex
Raw

lib/kaufmann.ex

defmodule KaufmannEx do
@moduledoc """
KaufmannEx is a library tieing together `KafkaEx`, `AvroEx`, and `Schemex`
KaufmannEx exists to make it easy to decode Avro encoded messages off of a kafka broker.
"""
end