diff --git a/_includes/doc/admin-guide/notes/kafka-c.md b/_includes/doc/admin-guide/notes/kafka-c.md deleted file mode 100644 index 84c1cf9..0000000 --- a/_includes/doc/admin-guide/notes/kafka-c.md +++ /dev/null @@ -1,7 +0,0 @@ -**NOTE:** At least one of the config() and the properties_file() options is -mandatory. While you can specify everything in the config() option if -you want, the properties-file() is optional. If you have an option in -both the config() and the properties-file() specified, the option -specified later in the {{ site.product.short_name }} configuration file will prevail. -{: .notice--info} - diff --git a/doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md b/doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md index 1e87bd7..cc59866 100644 --- a/doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md +++ b/doc/_admin-guide/070_Destinations/100_Kafka-c/003_Kafka-c_options.md @@ -21,8 +21,6 @@ You can specify multiple, comma-separated addresses, demonstrated in the followi bootstrap-servers("127.0.0.1:2525,remote-server-hostname:6464") ``` -{% include doc/admin-guide/notes/kafka-c.md %} - {% include doc/admin-guide/options/batch-lines.md %} **NOTE:** The {{ site.product.short_name }} configuration accepts this option with @@ -82,8 +80,6 @@ The programming language accepts this option for better compatibility. *Description:* You can use this option to set the properties of the kafka producer. -{% include doc/admin-guide/notes/kafka-c.md %} - The {{ site.product.short_name }} kafka destination supports all properties of the official Kafka producer. For details, see the librdkafka documentation. @@ -176,8 +172,6 @@ client about the amount of messages sent since the last poll-timeout (). In case of multithreading, the first {{ site.product.short_name }} worker is responsible for poll-timeout(). -{% include doc/admin-guide/notes/kafka-c.md %} - {% include doc/admin-guide/options/retries.md %} {% include doc/admin-guide/options/send-time-zone.md %}