Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## Limitations {#limitations}

- [`DEFAULT`](/sql-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.

Check notice on line 23 in docs/integrations/data-ingestion/clickpipes/kafka/04_best_practices.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Wordy

Suggestion: Use 'please' only if we've inconvenienced the user.

Check warning on line 23 in docs/integrations/data-ingestion/clickpipes/kafka/04_best_practices.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Units

Add a space between the number and the unit in '32MB'.

Check warning on line 23 in docs/integrations/data-ingestion/clickpipes/kafka/04_best_practices.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Units

Add a space between the number and the unit in '16MB'.

## 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
## Limitations {#limitations}

- [DEFAULT](/sql-reference/statements/create/table#default) isn't supported.
- Individual messages are limited to 8MB (uncompressed) by default when running with the smallest (XS) replica size, and 16MB (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.

Check notice on line 162 in docs/integrations/data-ingestion/clickpipes/kinesis/01_overview.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Wordy

Suggestion: Use 'please' only if we've inconvenienced the user.

Check warning on line 162 in docs/integrations/data-ingestion/clickpipes/kinesis/01_overview.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Units

Add a space between the number and the unit in '32MB'.

Check warning on line 162 in docs/integrations/data-ingestion/clickpipes/kinesis/01_overview.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Units

Add a space between the number and the unit in '16MB'.

## Performance {#performance}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
## Limitations {#limitations}

- [DEFAULT](/sql-reference/statements/create/table#default) isn't supported.
- Individual messages are limited to 8MB (uncompressed) by default when running with the smallest (XS) replica size, and 16MB (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.

Check notice on line 188 in docs/integrations/data-ingestion/clickpipes/pubsub/01_overview.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Wordy

Suggestion: Use 'please' only if we've inconvenienced the user.

Check warning on line 188 in docs/integrations/data-ingestion/clickpipes/pubsub/01_overview.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Units

Add a space between the number and the unit in '32MB'.

Check warning on line 188 in docs/integrations/data-ingestion/clickpipes/pubsub/01_overview.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.Units

Add a space between the number and the unit in '16MB'.
- Pub/Sub subscription filters are immutable — changing the filter expression requires recreating the pipe.
- Filters apply to message attributes only, not the message payload.

Expand Down
Loading