A detailed description of a single consumer group in the cluster
package |
Default |
---|
__construct( $consumerGroupDescription = null)
mixed | null
getCoordinator() : \io\vertx\jphp\kafka\client\common\Node
getGroupId() : string
string
getMembers() : array
array
getPartitionAssignor() : string
string
getState() : string
string
isSimpleConsumerGroup() : boolean
boolean
setCoordinator( $coordinator) : $this
Node|array
$this
setGroupId( $groupId) : $this
string
$this
setMembers( $members) : $this
MemberDescription|array
$this
setPartitionAssignor( $partitionAssignor) : $this
string
$this
setSimpleConsumerGroup( $simpleConsumerGroup) : $this
boolean
$this
setState( $state) : $this
string
$this