This is an automated email from the ASF dual-hosted git repository. frankvicky pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push: new 812ddee2b3c MINOR: document deprecated remote log manager thread pool config (#19989) 812ddee2b3c is described below commit 812ddee2b3ce90685d130a2ff994b00b748deb2c Author: Kuan-Po Tseng <brandb...@gmail.com> AuthorDate: Thu Jun 19 17:17:50 2025 +0800 MINOR: document deprecated remote log manager thread pool config (#19989) Add a note to the upgrade documentation indicating that `remote.log.manager.thread.pool.size` has been deprecated. Users should now use `remote.log.manager.follower.thread.pool.size` instead. Reviewers: PoAn Yang <pay...@apache.org>, Chia-Ping Tsai <chia7...@gmail.com>, Yung <yungyung7654...@gmail.com>, Xuan-Zhang Gong <gongxuanzhangm...@gmail.com>, TengYao Chi <kiting...@gmail.com>, Ken Huang <s7133...@gmail.com> --- docs/upgrade.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/upgrade.html b/docs/upgrade.html index 8194267e82f..c7efccce386 100644 --- a/docs/upgrade.html +++ b/docs/upgrade.html @@ -28,6 +28,9 @@ <li>The <code>org.apache.kafka.disallowed.login.modules</code> config was deprecated. Please use the <code>org.apache.kafka.allowed.login.modules</code> instead. </li> + <li> + The <code>remote.log.manager.thread.pool.size</code> config was deprecated. Please use the <code>remote.log.manager.follower.thread.pool.size</code> instead. + </li> </ul>