kw2542 commented on a change in pull request #1354:
URL: https://github.com/apache/samza/pull/1354#discussion_r418678071
##########
File path: samza-core/src/main/java/org/apache/samza/config/JobConfig.java
##########
@@ -132,7 +132,7 @@
// Auto-sizing related configs that take precedence over respective sizing
confings job.container.count, etc,
// *only* when job.autosizing.enabled is true. Otherwise current behavior is
maintained.
- private static final String JOB_AUTOSIZING_CONFIG_PREFIX =
"job.autosizing."; // used to determine if a config is related to autosizing
+ public static final String JOB_AUTOSIZING_CONFIG_PREFIX = "job.autosizing.";
// used to determine if a config is related to autosizing
Review comment:
Updated
----------------------------------------------------------------
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:
[email protected]