joel-hamill commented on code in PR #12153:
URL: https://github.com/apache/kafka/pull/12153#discussion_r872429806


##########
core/src/main/scala/kafka/server/KafkaConfig.scala:
##########
@@ -894,7 +894,7 @@ object KafkaConfig {
     "record batch size accepted by the broker is defined via 
<code>message.max.bytes</code> (broker config) or " +
     "<code>max.message.bytes</code> (topic config)."
   val NumReplicaFetchersDoc = "Number of fetcher threads used to replicate 
messages from a source broker. " +
-  "Increasing this value can increase the degree of I/O parallelism in the 
follower broker."
+  "Increasing this value can increase the degree of I/O parallelism in the 
follower and leader broker at the cost of higher CPU utilization."

Review Comment:
   okay i have updated based on the feedback below from @hachikuji 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to