Enum rdkafka::consumer::CommitMode [] [src]

pub enum CommitMode {
    Sync,
    Async,
}

Specifies if the commit should be performed synchronously or asynchronously.

Variants

Synchronous commit.

Asynchronous commit.

Trait Implementations

Auto Trait Implementations

impl Send for CommitMode

impl Sync for CommitMode