Skip to content

Commit

Permalink
Fixed issue with config key (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzakaryan authored Aug 9, 2021
1 parent 457ac60 commit d26f57e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class LoadBasedPartitionAssignmentStrategyConfig extends PartitionAssignm
public static final String CFG_THROUGHPUT_INFO_FETCH_RETRY_PERIOD_MS = "throughputInfoFetchRetryPeriodMs";
public static final String CFG_TASK_CAPACITY_MBPS = "taskCapacityMBps";
public static final String CFG_TASK_CAPACITY_UTILIZATION_PCT = "taskCapacityUtilizationPct";
public static final String CFG_ENABLE_THROUGHPUT_BASED_PARTITION_ASSIGNMENT = "enableThroughputBasedPartitionAssignemnt";
public static final String CFG_ENABLE_THROUGHPUT_BASED_PARTITION_ASSIGNMENT = "enableThroughputBasedPartitionAssignment";
public static final String CFG_ENABLE_PARTITION_NUM_BASED_TASK_COUNT_ESTIMATION = "enablePartitionNumBasedTaskCountEstimation";

private static final int DEFAULT_THROUGHPUT_INFO_FETCH_TIMEOUT_MS = (int) Duration.ofSeconds(10).toMillis();
Expand Down

0 comments on commit d26f57e

Please sign in to comment.