Packages
elsa_kafka
2.0.0
Elsa is a full-featured Kafka library written in Elixir and extending the :brod library with additional support from the :kafka_protocol Erlang libraries to provide capabilities not available in :brod.
Current section
Files
Jump to
Current section
Files
elsa_kafka
.formatter.exs
.formatter.exs
# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
line_length: 120,
import_deps: [:placebo],
locals_without_parens: [assert_async: :*, where: :*]
]