php-rdkafka icon indicating copy to clipboard operation
php-rdkafka copied to clipboard

Add RdKafka\Conf::get() method

Open arnaud-lb opened this issue 2 years ago • 0 comments

Description

Currently, the only way to read configuration values from RdKafka\Conf or RdKafka\TopicConf is to call the dump() method. It would be convenient if we also added a get() method to fetch a single setting.

See https://github.com/edenhill/librdkafka/blob/a47c74fdc828f332e5136639f166d33c14953e75/src/rdkafka.h#L2446-L2481

arnaud-lb avatar Jul 02 '22 10:07 arnaud-lb