共计 233 个字符,预计需要花费 1 分钟才能阅读完成。
kafka 应用 c /c++ api 记录总结
conf
RdKafka::Conf
create
RdKafka::Conf *conf = RdKafka::create(RdKafka::Conf::CONF_GLOBAL);
set
Conf::ConfResult set(const std::string &name, const std::string &value, std::string &errstr);
设置配置对象的属性值,胜利返回 CONF_OK,谬误时错误信息输入到 errstr。
正文完