TasKafka
TasKafka is a background processing application written in Elixir and uses Kafka as a messaging backend.
Installation
TasKafka can be installed by adding taskafka
to your list of dependencies in mix.exs
:
def deps do
[
{:taskafka, "~> 0.0.1"}
]
end
Documentation can be found at https://hexdocs.pm/taskafka.