PHP 인터페이스 Kafka\ClusterMetaData

저자: [email protected] +------------------------------------------------------------------------------
파일 보기 프로젝트 열기: nmred/kafka-php 0 사용 예제들

공개 메소드들

메소드 설명
getPartitionState ( string $topicName, integer $partitionId ) : array
getTopicDetail ( string $topicName ) : array
listBrokers ( ) : array get broker list from kafka metadata
refreshMetadata ( ) : null

메소드 상세

getPartitionState() 공개 메소드

public getPartitionState ( string $topicName, integer $partitionId ) : array
$topicName string
$partitionId integer
리턴 array

getTopicDetail() 공개 메소드

public getTopicDetail ( string $topicName ) : array
$topicName string
리턴 array

listBrokers() 공개 메소드

get broker list from kafka metadata
public listBrokers ( ) : array
리턴 array

refreshMetadata() 공개 메소드

public refreshMetadata ( ) : null
리턴 null