You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: