From 8bbca913efe260ba59c824801466f73584c46f8f Mon Sep 17 00:00:00 2001 From: Xuan-Zhang Gong Date: Thu, 27 Feb 2025 10:10:49 +0800 Subject: [PATCH] KAFKA-18869 add remote storage threads to "Updating Thread Configs" section (#19037) Reviewers: Chia-Ping Tsai --- docs/configuration.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration.html b/docs/configuration.html index c1bc9dbb930..04a716ed2dc 100644 --- a/docs/configuration.html +++ b/docs/configuration.html @@ -153,6 +153,9 @@
  • num.recovery.threads.per.data.dir
  • log.cleaner.threads
  • background.threads
  • +
  • remote.log.reader.threads
  • +
  • remote.log.manager.copier.thread.pool.size
  • +
  • remote.log.manager.expiration.thread.pool.size
  • Updating ConnectionQuota Configs