Kafka::Config
Inherits Reference / Object
Class methods
build(properties : Hash(String, String)) : LibRdKafka::ConfHandle
Returns a librdkafka configuration object with the given properties set.
Raises a Kafka::Config::InvalidConfigException when setting config fails.
Calls the rd_kafka_conf_new and rd_kafka_conf_set C functions.