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.