docs: update ClickPipes for Kafka max message sizes#199
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ports upstream
clickhouse/clickhouse-docsPR #6388 ("Update ClickPipes maximum message sizes") to the Mintlify docs.Changes
integrations/clickpipes/kafka/best-practices.mdx: updated the per-message size limits in the Limitations section from 2MB → 16MB (XS replica) and 8MB → 32MB (larger replicas), matching the upstream change.Context
Upstream merge commit:
9630e65c345e82eed3d96d3646bbcf071e1ef91eonclickhouse/clickhouse-docs. Only the English source file was updated; i18n translation directories were ignored per instructions. The unrelated WarpStream8MBrecommendation lower on the page was not changed upstream and is left as-is.Note
Low Risk
Single-line documentation correction with no code, config, or runtime changes.
Overview
Updates the Limitations section in
integrations/clickpipes/kafka/best-practices.mdxso documented per-message caps match current ClickPipes for Kafka behavior: 16MB (uncompressed) on XS replicas and 32MB on larger replicas, replacing the previous 2MB / 8MB wording. Oversized messages are still described as rejected with an error, with support contact for higher needs.No other sections in this file were changed (for example, the WarpStream fetch-size 8MB recommendation is unchanged).
Reviewed by Cursor Bugbot for commit 32b4f0e. Bugbot is set up for automated code reviews on this repo. Configure here.