rd_kafka_conf_set

@brief Sets a configuration property.

\p conf must have been previously created with rd_kafka_conf_new().

Returns \c rd_kafka_conf_res_t to indicate success or failure. In case of failure \p errstr is updated to contain a human readable error string.

extern (C) nothrow @nogc
rd_kafka_conf_set
(,
const(char)* name
,
const(char)* value
,
char* errstr
,)

Meta