TopicPartitionInfo

Contains information about a topic partition.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isr: List<Int>?

The list of in-sync replica broker IDs for the partition.

Link copied to clipboard
val leader: Int?

The leader broker ID for the partition.

Link copied to clipboard

The partition ID.

Link copied to clipboard

The list of replica broker IDs for the partition.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String