popsunlake commented on code in PR #22761:
URL: https://github.com/apache/kafka/pull/22761#discussion_r3548006180


##########
docs/streams/developer-guide/kafka-streams-group-sh.md:
##########
@@ -44,7 +44,7 @@ A **Streams group** is a broker‑coordinated group type for 
Kafka Streams that
     * The processing topology, as recorded by the broker's topology 
description plugin (with `--topology`), in a format that mirrors 
`Topology#describe()`.
   * **Reset input‑topic offsets** for a Streams group to control reprocessing 
boundaries using precise specifiers (earliest, latest, to‑offset, to‑datetime, 
by‑duration, shift‑by, from‑file). Requires `--dry-run` or `--execute` and 
inactive instances.
   * **Delete offsets** for input topics to force re‑consumption on next start.
-  * **Delete a Streams group** to clean up broker‑side Streams metadata 
(offsets, topology, assignments). Optionally delete all, or a subset of, 
**internal topics** at the same time using `--internal-topics`.
+  * **Delete a Streams group** to clean up broker‑side Streams metadata 
(offsets, topology, assignments). Optionally delete all **internal topics** at 
the same time using `--delete-all-internal-topics`.

Review Comment:
   Thanks for the review. Good catch — I updated the wording to cover both 
cases: selected internal topics with `--delete-internal-topic`, and all 
internal topics with `--delete-all-internal-topics`.



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