Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

kafka_* session settings

These settings are available in system.settings and are autogenerated from source.

kafka_disable_num_consumers_limit

Type
Bool
Default
0

Disable limit on kafka_num_consumers that depends on the number of available CPU cores.

kafka_max_wait_ms

Type
Milliseconds
Default
5000

The wait time in milliseconds for reading messages from Kafka before retry.

Possible values:

  • Positive integer.
  • 0 — Infinite timeout.

See also:

Navigation