Enum rdkafka::consumer::RebalanceProtocol[][src]

pub enum RebalanceProtocol {
    None,
    Eager,
    Cooperative,
}
Expand description

The rebalance protocol for a consumer.

Variants

None

The consumer has not (yet) joined a group.

Eager

Eager rebalance protocol.

Cooperative

Cooperative rebalance protocol.

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.