ableegoldman commented on a change in pull request #11411:
URL: https://github.com/apache/kafka/pull/11411#discussion_r732203571



##########
File path: streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java
##########
@@ -329,8 +329,10 @@
 
     /** {@code acceptable.recovery.lag} */
     public static final String ACCEPTABLE_RECOVERY_LAG_CONFIG = 
"acceptable.recovery.lag";
-    private static final String ACCEPTABLE_RECOVERY_LAG_DOC = "The maximum 
acceptable lag (number of offsets to catch up) for a client to be considered 
caught-up for an active task." +
-                                                                  "Should 
correspond to a recovery time of well under a minute for a given workload. Must 
be at least 0.";
+    private static final String ACCEPTABLE_RECOVERY_LAG_DOC = "The maximum 
acceptable lag (number of offsets to catch up) for a client to be considered 
caught-up enough." +

Review comment:
       ```suggestion
       private static final String ACCEPTABLE_RECOVERY_LAG_DOC = "The maximum 
acceptable lag (number of offsets to catch up) for a client to be considered 
caught-up enough" +
   ```




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