AndrewJSchofield commented on code in PR #22197:
URL: https://github.com/apache/kafka/pull/22197#discussion_r3183978910
##########
tools/src/main/java/org/apache/kafka/tools/OffsetsUtils.java:
##########
@@ -439,6 +439,42 @@ public Map<TopicPartition, OffsetAndMetadata>
resetToCurrent(Collection<TopicPar
return preparedOffsetsForPartitionsWithCommittedOffset;
}
+ public Map<TopicPartition, OffsetAndMetadata>
resetToCurrentForShareGroup(Collection<TopicPartition> partitionsToReset,
Map<TopicPartition, SharePartitionOffsetInfo> currentOffsetInfo) {
Review Comment:
This KIP is still in voting and I'm getting the PR ready in anticipation.
Entirely happy to iterate on it.
--
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]