Skip to content

Commit b87f017

Browse files
committed
fix: fix kafka table engine
1 parent c043ee3 commit b87f017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/ServerSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ The policy on how to perform a scheduling of CPU slots specified by `concurrent_
796796
DECLARE(UInt64, background_common_pool_size, 1, R"(The maximum number of threads that will be used for performing a variety of operations (mostly garbage collection) for [*MergeTree-engine](/engines/table-engines/mergetree-family) tables in the background.)", 0) \
797797
DECLARE(UInt64, background_buffer_flush_schedule_pool_size, 2, R"(The maximum number of threads that will be used for performing flush operations for [Buffer-engine tables](/engines/table-engines/special/buffer) in the background.)", 0) \
798798
DECLARE(UInt64, background_schedule_pool_size, 2, R"(The maximum number of threads that will be used for constantly executing some lightweight periodic operations for replicated tables, Kafka streaming, and DNS cache updates.)", 0) \
799-
DECLARE(UInt64, background_message_broker_schedule_pool_size, 0, R"(The maximum number of threads that will be used for executing background operations for message streaming.)", 0) \
799+
DECLARE(UInt64, background_message_broker_schedule_pool_size, 2, R"(The maximum number of threads that will be used for executing background operations for message streaming.)", 0) \
800800
DECLARE(UInt64, background_distributed_schedule_pool_size, 0, R"(The maximum number of threads that will be used for executing distributed sends.)", 0) \
801801
DECLARE(UInt64, tables_loader_foreground_pool_size, 0, R"(
802802
Sets the number of threads performing load jobs in foreground pool. The foreground pool is used for loading table synchronously before server start listening on a port and for loading tables that are waited for. Foreground pool has higher priority than background pool. It means that no job starts in background pool while there are jobs running in foreground pool.

0 commit comments

Comments
 (0)