Struct r_neli::NeliConfig[][src]

pub struct NeliConfig {
    pub name: String,
    pub leader_topic: String,
    pub leader_group_id: String,
    pub poll_duration: Duration,
    pub min_poll_duration: Duration,
    pub heartbeat_timeout: Duration,
    pub kafka_config: HashMap<String, String>,
}

Fields

name: Stringleader_topic: Stringleader_group_id: Stringpoll_duration: Durationmin_poll_duration: Durationheartbeat_timeout: Durationkafka_config: HashMap<String, String>

Trait Implementations

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.