PartitionMetadata

Metadata: Partition information

Members

Properties

err
ErrorCode err [@property getter]

Partition error reported by broker

id
int id [@property getter]

Partition id

isrs
auto isrs [@property getter]

In-Sync-Replica brokers Warning: The broker may return a cached/outdated list of ISRs.

leader
int leader [@property getter]

Leader broker (id) for partition

replicas
auto replicas [@property getter]

Replica brokers

Meta