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.