Skip to content

Commit e6a7780

Browse files
committed
Correct the docs
1 parent 2906085 commit e6a7780

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/kafka/client.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,7 @@ def fetch_messages(topic:, partition:, offset: :latest, max_wait_time: 5, min_by
405405
# @param topic [String] the topic to consume messages from.
406406
#
407407
# @param start_from_beginning [Boolean] whether to start from the beginning
408-
# of the topic or just subscribe to new messages being produced. This
409-
# only applies when first consuming a topic partition – once the consumer
410-
# has checkpointed its progress, it will always resume from the last
411-
# checkpoint.
408+
# of the topic or just subscribe to new messages being produced.
412409
#
413410
# @param max_wait_time [Integer] the maximum amount of time to wait before
414411
# the server responds, in seconds.

0 commit comments

Comments
 (0)