From 6cfbbfdcff08f01c7e1a5c4c8e03639bbe1ca133 Mon Sep 17 00:00:00 2001 From: Hofi Date: Thu, 11 Sep 2025 16:17:27 +0200 Subject: [PATCH] kafka: removed outdated platform support restriction sentence Signed-off-by: Hofi --- .../070_Destinations/100_Kafka-c/000_Before_you_begin.md | 2 -- 1 file changed, 2 deletions(-) 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 781c10b..1568037 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 @@ -9,8 +9,6 @@ description: >- ## Prerequisites and restrictions -- This destination is only supported on the Linux platform. - - Since the new C implementation uses the librdkafka client library, the kafka destination has less memory usage than the previous Java implementation (which uses the official Java Kafka producer).