This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 4.0
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/4.0 by this push:
new 32d012fd8e0 KAFKA-18869 add remote storage threads to "Updating Thread
Configs" section (#19037)
32d012fd8e0 is described below
commit 32d012fd8e0329c7b696dff9487ea704481f94a7
Author: Xuan-Zhang Gong <[email protected]>
AuthorDate: Thu Feb 27 10:10:49 2025 +0800
KAFKA-18869 add remote storage threads to "Updating Thread Configs" section
(#19037)
Reviewers: Chia-Ping Tsai <[email protected]>
---
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 @@
<li><code>num.recovery.threads.per.data.dir</code></li>
<li><code>log.cleaner.threads</code></li>
<li><code>background.threads</code></li>
+ <li><code>remote.log.reader.threads</code></li>
+ <li><code>remote.log.manager.copier.thread.pool.size</code></li>
+ <li><code>remote.log.manager.expiration.thread.pool.size</code></li>
</ul>
<h5>Updating ConnectionQuota Configs</h5>