fvaleri commented on code in PR #17575:
URL: https://github.com/apache/kafka/pull/17575#discussion_r1811944283


##########
storage/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogManagerConfig.java:
##########
@@ -104,7 +104,7 @@ public final class RemoteLogManagerConfig {
         (name, value) -> { 
             if ((int) value < -1 || (int) value == 0) throw new 
ConfigException(name, value, "Value can be -1 or greater than 0"); 
         },
-        () -> REMOTE_LOG_MANAGER_THREAD_POOL_FALLBACK
+        () -> "[-1,1,...]"

Review Comment:
   Thinking again about this. It hardly makes sense to set it to zero in this 
context.



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