The RdKafka\TopicConf class

(PECL rdkafka >= 0.9.1)

Introduction

This class holds configuration for topic instances.

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

class RdKafka\TopicConf {
/* Methods */
public dump(): void
public set(string $name, string $value): void
public setPartitioner(integer $partitioner): void
}

Table of Contents