Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(updater): bump pkg/dist/*.yml (2024-07-29) #170

Merged
merged 1 commit into from
Jul 30, 2024
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
12 changes: 12 additions & 0 deletions pkg/dist/integration_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,25 @@ clickhouse_kafka:
minimum: 0
maximum: 1e+09
example: "10000"
poll_max_timeout_ms:
title: Timeout in milliseconds for a single poll from Kafka. Takes the value of the stream_flush_interval_ms server setting by default (500ms).
type: integer
default: "0"
minimum: 0
maximum: 30000
example: "1000"
skip_broken_messages:
title: Skip at least this number of broken messages from Kafka topic per block
type: integer
default: "0"
minimum: 0
maximum: 1e+09
example: "10000"
thread_per_consumer:
title: Provide an independent thread for each consumer. All consumers run in the same thread by default.
type: boolean
default: false
example: true
topics:
title: Kafka topics
type: array
Expand Down
Loading
Loading