apoorvmittal10 commented on code in PR #20867:
URL: https://github.com/apache/kafka/pull/20867#discussion_r2522623097
##########
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.
+ </li>
+ <li>
+ --execute : to execute --reset-offsets process.
+ </li>
+ </ul>
+
+ <p>
+ --reset-offsets also has the following scenarios to choose from (at least
one scenario must be selected):
Review Comment:
Isn't it that it has to be only one scenario not `at least`? Currently help
displays following:
```
You must choose one of the following
reset specifications: --to-datetime,
--to-earliest, --to-latest.
--
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]