Skip to content

Commit aa474df

Browse files
authored
resetting consumer group offset has been updated (#465)
* resetting consumer group offset has been updated to appear as it does in the UI and replaced custom offset with absolute * removed the article a
1 parent 5245395 commit aa474df

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/kafka/consumer-configuration-kafka/README.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,12 @@ Use the {product-kafka} web console to select consumer groups and reset partitio
291291
A reset changes the offset position from which consumers read from the message log of a topic partition.
292292
To reset an offset position, the consumer group must have _NO MEMBERS_ connected to a topic.
293293

294-
Choose one of the following options for the reset:
294+
Choose one of the following options for *New offset*:
295295

296-
* *Earliest* resets to the earliest offset at the start of the message log.
297-
* *Latest* resets to the latest offset at the end of the message log.
298-
* *Custom offset* resets to a specific offset in the message log.
296+
297+
* *absolute* resets to a specific offset in the message log.
298+
* *latest* resets to the latest offset at the end of the message log.
299+
* *earliest* resets to the earliest offset at the start of the message log.
299300

300301
[WARNING]
301302
====

0 commit comments

Comments
 (0)