The RdKafka\Conf class

(PECL rdkafka >= 0.9.1)

Introduction

This class holds configuration for consumers and producers.

A list of available properties can be found on the » librdkafka repository. Note that available configuration properties and default values may change depending on the librdkafka version.

Class synopsis

RdKafka\Conf {
/* Methods */
public dump ( void ) : void
public set ( string $name , string $value ) : void
public setConsumeCb ( callable $callback ) : void
public setDefaultTopicConf ( RdKafka\TopicConf $topic_conf ) : void
public setDrMsgCb ( callable $callback ) : void
public setErrorCb ( callable $callback ) : void
public setLogCb ( callable $callback ) : void
public setOffsetCommitCb ( callable $callback ) : void
public setRebalanceCb ( callable $callback ) : void
public setStatsCb ( callable $callback ) : void
}

Table of Contents