-record(jetstream_config, { endpoint :: binary(), wanted_collections :: list(binary()), wanted_dids :: list(binary()), cursor :: gleam@option:option(integer()), max_message_size_bytes :: gleam@option:option(integer()), compress :: boolean(), require_hello :: boolean(), max_backoff_seconds :: integer(), log_connection_events :: boolean(), log_retry_attempts :: boolean() }).