Enum rdkafka::consumer::Rebalance[][src]

pub enum Rebalance<'a> {
    Assign(&'a TopicPartitionList),
    Revoke,
    Error(String),
}

Rebalance information.

Variants

A new partition assignment is received.

All partitions are revoked.

Unexpected error from Kafka.

Trait Implementations

impl<'a> Clone for Rebalance<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Rebalance<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for Rebalance<'a>

impl<'a> !Sync for Rebalance<'a>