AndrewJSchofield commented on code in PR #20867:
URL: https://github.com/apache/kafka/pull/20867#discussion_r2522748878


##########
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:
   Good point. Thank you.



-- 
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]

Reply via email to