Current section
Files
Jump to
Current section
Files
src/kafkerl.app.src
{application, kafkerl,
[{description, "Apache Kafka 0.8.2 high performance producer/consumer for erlang"},
{vsn, "2.0.0"},
{registered, []},
{maintainers, ["hernanrivasacosta@gmail.com"]},
{applications, [kernel, stdlib]},
{mod, {kafkerl, []}},
{env, []},
{licenses, ["Apache License 2.0"]},
{lager, [{handlers, [{lager_console_backend, info}]}]}]}.