cryptoe commented on code in PR #17900: URL: https://github.com/apache/druid/pull/17900#discussion_r2053829510
########## indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/autoscaler/AutoScalerConfig.java: ########## @@ -39,6 +39,7 @@ public interface AutoScalerConfig long getMinTriggerScaleActionFrequencyMillis(); int getTaskCountMax(); int getTaskCountMin(); + Integer getTaskCountStart(); Review Comment: Nit: Could you please add the description of the property here. That way it will live with code making it easy for developers to build on top of it. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
