From 825a6e8f7c87fcf374a0427ff0250229c2a17e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E6=97=A5=E6=A2=A6=E4=B8=BB=E4=B9=89?= <37233261+Cherrling@users.noreply.github.com> Date: Tue, 15 Jul 2025 11:00:08 +0800 Subject: [PATCH] fix: Typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 白日梦主义 <37233261+Cherrling@users.noreply.github.com> --- .../070_Destinations/100_Kafka-c/000_Before_you_begin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_admin-guide/070_Destinations/100_Kafka-c/000_Before_you_begin.md b/doc/_admin-guide/070_Destinations/100_Kafka-c/000_Before_you_begin.md index 105d2eb8..c664e74f 100644 --- a/doc/_admin-guide/070_Destinations/100_Kafka-c/000_Before_you_begin.md +++ b/doc/_admin-guide/070_Destinations/100_Kafka-c/000_Before_you_begin.md @@ -47,7 +47,7 @@ implementation, using only the required parameters. @include "scl.conf" destination d_kafka { - kafka( + kafka-c( bootstrap-servers("1.2.3.4:9092,192.168.0.2:9092") topic("{MYTOPIC}") );