Current section
Files
Jump to
Current section
Files
src/franz.app.src
{application, franz, [
{vsn, "1.0.1"},
{applications, [brod,
gleam_erlang,
gleam_stdlib]},
{description, "A Gleam library for interacting with Kafka"},
{modules, [franz,
franz@consumer_config,
franz@group_config,
franz@group_subscriber,
franz@isolation_level,
franz@message_type,
franz@partitions,
franz@producer,
franz@producer_config,
franz@topic_subscriber]},
{registered, []}
]}.