Skip to content

Commit

Permalink
Bump up LiKafkaVersion to pull in a version without the Kafka message…
Browse files Browse the repository at this point in the history
… format bump changes, fix build issue (#833)
  • Loading branch information
somandal authored Jun 7, 2021
1 parent ab2f817 commit 873a25d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public Map<String, Set<DatastreamTask>> assignPartitions(Map<String, Set<Datastr
// TODO Get task count estimate based on throughput and pick a winner
LoadBasedTaskCountEstimator estimator = new LoadBasedTaskCountEstimator(_taskCapacityMBps, _taskCapacityUtilizationPct);
int maxTaskCount = estimator.getTaskCount(clusterThroughputInfo, Collections.emptyList(), Collections.emptyList());
LOG.info("Max task count obtained from estimator: {}", maxTaskCount);

// TODO Get unassigned partitions
// Calculating unassigned partitions
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependency-versions.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
LIKafkaVersion = "1.0.61"
LIKafkaVersion = "1.0.65"
apacheHttpClientVersion = "4.5.3"
avroVersion = "1.7.7"
commonsCliVersion = "1.2"
Expand Down

0 comments on commit 873a25d

Please sign in to comment.