omkreddy commented on a change in pull request #8877:
URL: https://github.com/apache/kafka/pull/8877#discussion_r443197270



##########
File path: core/src/main/scala/kafka/server/KafkaConfig.scala
##########
@@ -782,7 +782,7 @@ object KafkaConfig {
     "<code>message.max.bytes</code> (broker config) or 
<code>max.message.bytes</code> (topic config)."
   val ReplicaFetchWaitMaxMsDoc = "max wait time for each fetcher request 
issued by follower replicas. This value should always be less than the " +
   "replica.lag.time.max.ms at all times to prevent frequent shrinking of ISR 
for low throughput topics"
-  val ReplicaFetchMinBytesDoc = "Minimum bytes expected for each fetch 
response. If not enough bytes, wait up to replicaMaxWaitTimeMs"
+  val ReplicaFetchMinBytesDoc = "Minimum bytes expected for each fetch 
response. If not enough bytes, wait up to replica.fetch.wait.max.ms"

Review comment:
       @satishbellapu  Thanks for the PR.  Sorry for the delay. LGTM .  Similar 
to other docs, Can we place the config between `<code>..</code>` tags?




----------------------------------------------------------------
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.

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


Reply via email to