librdkafka Lua binding
Returns the version of the librdkafka as a string.
Returns the number representation of the librdkafka version.
Create new instance of the conf.
Get the conf value of name. Return value is string.
Sets conf of name (string) to value (string).
Duplicates a conf object. Returns new conf object.
Dumps conf as a table, both key and value of the table are strings.
Create new instance of the topic_conf.
Get the value of name. Return value is string.
Set name (string) to value (string).
Duplicates a topic_conf object. Returns new topic_conf object.
Dumps topic_conf as a table, both key and value of the table are strings.