Current section
Files
Jump to
Current section
Files
src/franz.app.src
{application, franz, [
{vsn, "2.0.0"},
{applications, [brod,
gleam_erlang,
gleam_otp,
gleam_stdlib]},
{description, "A Gleam library for interacting with Kafka"},
{modules, [franz,
franz@@main,
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,
franz_ffi,
franz_group_subscriber_cb_fun]},
{registered, []}
]}.