Method: Kafka::FetchedMessage#is_control_record

Defined in:
lib/kafka/fetched_message.rb

#is_control_recordBoolean

Returns whether this record is a control record.

Returns:

  • (Boolean)

    whether this record is a control record



43
44
45
# File 'lib/kafka/fetched_message.rb', line 43

def is_control_record
  @message.is_control_record
end