Skip to content

Commit

Permalink
Fix pr
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechSova committed Jun 19, 2023
1 parent 1715077 commit 9154378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ public List<ConsumerGroup> describeConsumerGroups(Topic topic, String subscripti
}

public void moveOffsetsToTheEnd(Topic topic, SubscriptionName subscription) {
clusters.forEach(c -> c.moveOffsetsToTheEnd(topic, subscription));
clustersProvider.getClusters().forEach(c -> c.moveOffsetsToTheEnd(topic, subscription));
}
}

0 comments on commit 9154378

Please sign in to comment.