Current section
Files
Jump to
Current section
Files
include/franz@consumer@topic_subscriber_Builder.hrl
-record(builder, {
name :: gleam@erlang@process:name(franz@consumer@topic_subscriber:message()),
client :: franz:client(),
topic :: binary(),
partitions :: franz@consumer@topic_subscriber:partitions(),
commited_offsets :: list({integer(), integer()}),
message_type :: franz@consumer@message_type:message_type(),
callback :: fun((integer(), franz:kafka_message(), any()) -> franz@consumer@topic_subscriber:ack()),
init_callback_state :: any(),
consumer_config :: list(franz@consumer@config:config())
}).