Information about a specific Kafka topic partition
package |
Default |
---|
__construct( $partitionInfo = null)
mixed | null
getInSyncReplicas() : array
array
getLeader() : \io\vertx\jphp\kafka\client\common\Node
getPartition() : integer
integer
getReplicas() : array
array
getTopic() : string
string
setInSyncReplicas( $inSyncReplicas) : $this
Node|array
$this
setLeader( $leader) : $this
Node|array
$this
setPartition( $partition) : $this
integer
$this
setReplicas( $replicas) : $this
Node|array
$this
setTopic( $topic) : $this
string
$this