The RdKafka\Metadata class

(PECL rdkafka >= 0.9.1)

Introduction

The Metadata class represents broker information. Metadata instances are returned by RdKafka::getMetadata() and RdKafka\KafkaConsumer::getMetadata().

Class synopsis

RdKafka\Metadata {
/* Methods */
public getOrigBrokerId ( void ) : int
public getOrigBrokerName ( void ) : string
}

Table of Contents