File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
docs/kafka/consumer-configuration-kafka Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -291,11 +291,12 @@ Use the {product-kafka} web console to select consumer groups and reset partitio
291291A reset changes the offset position from which consumers read from the message log of a topic partition.
292292To 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====
You can’t perform that action at this time.
0 commit comments