You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/06/21 08:48:14 UTC

[GitHub] [kafka] omkreddy commented on a change in pull request #8877: KAFKA-9194: Missing documentation for replicaMaxWaitTimeMs config value

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:
users@infra.apache.org