Skip to content

Commit

Permalink
chore(updater): bump pkg/dist/*.yml (2024-07-29) (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Jul 30, 2024
1 parent 6963769 commit dbb360a
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 47 deletions.
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

0 comments on commit dbb360a

Please sign in to comment.