showuon commented on code in PR #13327:
URL: https://github.com/apache/kafka/pull/13327#discussion_r1124118829


##########
core/src/main/scala/kafka/server/KafkaConfig.scala:
##########
@@ -678,7 +678,7 @@ object KafkaConfig {
   "start from " + MaxReservedBrokerIdProp + " + 1."
   val MessageMaxBytesDoc = TopicConfig.MAX_MESSAGE_BYTES_DOC +
     s"This can be set per topic with the topic level 
<code>${TopicConfig.MAX_MESSAGE_BYTES_CONFIG}</code> config."
-  val NumNetworkThreadsDoc = "The number of threads that the server uses for 
receiving requests from the network and sending responses to the network"
+  val NumNetworkThreadsDoc = s"The number of threads that the server uses for 
receiving requests from the network and sending responses to the network. 
Noted: each listener (except for control plane listener) creates its own thread 
pool."

Review Comment:
   nit: I don't think we have this term: `control plane listener` in the doc. 
Maybe using controller listener?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to