diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/lib/librdkafka-2.1.0/mainpage.doxy | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/lib/librdkafka-2.1.0/mainpage.doxy')
-rw-r--r-- | fluent-bit/lib/librdkafka-2.1.0/mainpage.doxy | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/fluent-bit/lib/librdkafka-2.1.0/mainpage.doxy b/fluent-bit/lib/librdkafka-2.1.0/mainpage.doxy deleted file mode 100644 index a02499744..000000000 --- a/fluent-bit/lib/librdkafka-2.1.0/mainpage.doxy +++ /dev/null @@ -1,40 +0,0 @@ -/** - * @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 - */ - |