Current section
Files
Jump to
Current section
Files
src/franz.app.src
{application, franz, [
{vsn, "3.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@consumer@group_subscriber,
franz@consumer@message_type,
franz@consumer@topic_subscriber,
franz@isolation_level,
franz@producer,
franz@producer@config,
franz_ffi,
franz_group_subscriber_cb_fun]},
{registered, []}
]}.