franz/isolation_level

Types

Controls the visibility of transactional records when consuming messages.

pub type IsolationLevel {
  ReadCommitted
  ReadUncommitted
}

Constructors

  • ReadCommitted

    Only return committed transactional records.

  • ReadUncommitted

    Return all records including uncommitted transactions.

Search Document