From 32b4f0e75d471cda859f7e0b23da32290e35af06 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:27:30 +0000 Subject: [PATCH] docs: update ClickPipes for Kafka max message sizes to 16MB/32MB --- integrations/clickpipes/kafka/best-practices.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/clickpipes/kafka/best-practices.mdx b/integrations/clickpipes/kafka/best-practices.mdx index 0d2ee6c5b..1951964bb 100644 --- a/integrations/clickpipes/kafka/best-practices.mdx +++ b/integrations/clickpipes/kafka/best-practices.mdx @@ -18,7 +18,7 @@ To learn more about message compression in Kafka, we recommend starting with thi ## Limitations {#limitations} - [`DEFAULT`](/reference/statements/create/table#default) is not supported. -- Individual messages are limited to 2MB (uncompressed) by default when running with the smallest (XS) replica size, and 8MB (uncompressed) with larger replicas. Messages that exceed this limit will be rejected with an error. If you have a need for larger messages, please contact support. +- Individual messages are limited to 16MB (uncompressed) by default when running with the smallest (XS) replica size, and 32MB (uncompressed) with larger replicas. Messages that exceed this limit will be rejected with an error. If you have a need for larger messages, please contact support. ## Delivery semantics {#delivery-semantics} ClickPipes for Kafka provides `at-least-once` delivery semantics (as one of the most commonly used approaches). We'd love to hear your feedback on delivery semantics [contact form](https://clickhouse.com/company/contact?loc=clickpipes). If you need exactly-once semantics, we recommend using our official [`clickhouse-kafka-connect`](https://clickhouse.com/blog/real-time-event-streaming-with-kafka-connect-confluent-cloud-clickhouse) sink.