Enum rdkafka::consumer::RebalanceProtocol
source · [−]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.