Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/kip-932' into AKCORE-253
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivsundarR committed Jul 9, 2024
2 parents 97c1fb7 + dfcf22c commit 30a9ce8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public static void main(String[] args) {
Map<MetricName, ? extends Metric> metrics = null;
if (options.printMetrics())
metrics = shareConsumer.metrics();
shareConsumer.commitAsync();
shareConsumer.close();

// print final stats
Expand Down

0 comments on commit 30a9ce8

Please sign in to comment.