Method: Kafka::FetchedBatch#unknown_last_offset?

Defined in:
lib/kafka/fetched_batch.rb

#unknown_last_offset?Boolean

Returns:

  • (Boolean)


38
39
40
# File 'lib/kafka/fetched_batch.rb', line 38

def unknown_last_offset?
  @last_offset.nil?
end