chia7712 commented on code in PR #20867:
URL: https://github.com/apache/kafka/pull/20867#discussion_r2522349095
##########
docs/ops.html:
##########
@@ -262,6 +262,40 @@ <h4 class="anchor-heading"><a id="basic_ops_share_group"
class="anchor-link"></a
</li>
</ul>
+ <p>To reset the offsets of a share group, use the "--reset-offsets" option:
+
+ <p>
+ It has 2 execution options:
+ <ul>
+ <li>
+ --dry-run: to display which offsets to reset.
Review Comment:
@AndrewJSchofield you are right. I checked KIP-1071, which explictly states:
> Fails if neither '--dry-run' nor '–execute' is specified."
Therefore, we will file a PR to ensure `StreamsGroupCommandOptions` complies
with the KIP, and KAFKA-19885 will address `ConsumerGroupCommandOptions` in 5.0
--
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]