1 Star 0 Fork 1

苏小逝/librdkafka

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mainpage.doxy 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
Magnus Edenhill 提交于 2019-03-14 17:35 . Fix doxygen documentation
/**
* @mainpage librdkafka documentation
*
* librdkafka is the Apache Kafka C/C++ client library.
*
* @section intro Introduction
*
* For an introduction and manual to librdkafka see \ref INTRODUCTION.md
*
* @section conf Configuration
*
* librdkafka is highly configurable to meet any deployment demands.
* It is usually safe to leave most configuration properties to their default
* values.
*
* See \ref CONFIGURATION.md for the full list of supported configuration properties.
*
* @remark Application developers are recommended to provide a non-hardcoded
* interface to librdkafka's string based name-value configuration
* property interface, allowing users to configure any librdkafka
* property directly without alterations to the application.
* This allows for seamless upgrades where linking to a new version
* of librdkafka automatically provides new configuration
* based features.
*
* @section stats Statistics
*
* librdkafka provides detailed metrics through its statistics interface.
*
* See \ref STATISTICS.md and \ref rd_kafka_conf_set_stats_cb.
*
* @section c_api C API
*
* The C API is documented in rdkafka.h
*
* @section cpp_api C++ API
*
* The C++ API is documented in rdkafkacpp.h
*/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kimbeaur/librdkafka.git
git@gitee.com:kimbeaur/librdkafka.git
kimbeaur
librdkafka
librdkafka
master

搜索帮助