aliehsaeedii commented on code in PR #21826:
URL: https://github.com/apache/kafka/pull/21826#discussion_r3529566037
##########
tools/src/main/java/org/apache/kafka/tools/StreamsResetter.java:
##########
@@ -520,7 +546,11 @@ private Map<TopicPartition, Long> checkOffsetRange(final
Map<TopicPartition, Lon
return validatedTopicPartitionsOffsets;
}
- private int maybeDeleteInternalTopics(final Admin adminClient, final
StreamsResetterOptions options) {
+ private int maybeDeleteInternalTopics(final Admin adminClient, final
StreamsResetterOptions options) throws ExecutionException,
InterruptedException, TimeoutException {
+ if (!options.hasForce()) {
Review Comment:
Thanks. Seems everything is going forward smoothly. Looking forward your
KIP:)
--
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]