rmatharu commented on a change in pull request #1531:
URL: https://github.com/apache/samza/pull/1531#discussion_r711292347



##########
File path: samza-core/src/main/java/org/apache/samza/config/TaskConfig.java
##########
@@ -136,6 +136,11 @@
       "task.transactional.state.retain.existing.state";
   private static final boolean 
DEFAULT_TRANSACTIONAL_STATE_RETAIN_EXISTING_STATE = true;
 
+  // Job Elasticity related configs
+  // Take effect only when job.elasticity.factor is > 1. otherwise there is no 
elasticity
+  private static final String TASK_ELASTICITY_FACTOR = 
"task.elasticity.factor";

Review comment:
       is this more like a task-to-partition mapping factor?




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


Reply via email to