Current section
Files
Jump to
Current section
Files
src/franz@group_config.erl
-module(franz@group_config).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([group_config/0]).
-type group_config() :: {session_timeout_seconds, integer()} |
{rebalance_timeout_seconds, integer()} |
{heartbeat_rate_seconds, integer()} |
{max_rejoin_attempts, integer()} |
{rejoin_delay_seconds, integer()} |
{offset_commit_interval_seconds, integer()} |
{offset_retention_seconds, integer()}.