ConsumerGroupDescription

A detailed description of a single consumer group in the cluster

package

Default

Methods

ConsumerGroupDescription constructor

__construct( $consumerGroupDescription = null) 

Arguments

$consumerGroupDescription

mixed | null

getCoordinator

getCoordinator() : \io\vertx\jphp\kafka\client\common\Node

getGroupId

getGroupId() : string

Response

string

getMembers

getMembers() : array

Response

array

getPartitionAssignor

getPartitionAssignor() : string

Response

string

getState

getState() : string

Response

string

isSimpleConsumerGroup

isSimpleConsumerGroup() : boolean

Response

boolean

setCoordinator

setCoordinator( $coordinator) : $this

Arguments

$coordinator

Node|array

Response

$this

setGroupId

setGroupId( $groupId) : $this

Arguments

$groupId

string

Response

$this

setMembers

setMembers( $members) : $this

Arguments

$members

MemberDescription|array

Response

$this

setPartitionAssignor

setPartitionAssignor( $partitionAssignor) : $this

Arguments

$partitionAssignor

string

Response

$this

setSimpleConsumerGroup

setSimpleConsumerGroup( $simpleConsumerGroup) : $this

Arguments

$simpleConsumerGroup

boolean

Response

$this

setState

setState( $state) : $this

Arguments

$state

string

Response

$this