Conf

Configuration interface

Holds either global or topic configuration that are passed to Consumer::create(), Producer::create(), create(), etc.

Members

Functions

dump
string[string] dump()
fromText
void fromText(string text)
opIndex
string opIndex(char[] name)

Query single configuration value * OK if the property was set previously set and * returns the value in \p value.

opIndexAssign
void opIndexAssign(char[] value, char[] name)

Set configuration property \p name to value \p value. OK on success, else writes a human readable error description to \p errstr on error.

See Also

CONFIGURATION.md for the full list of supported properties.

Meta