KafkaConsumerRecord

Vert.x Kafka consumer record

package

Default

Methods

__construct

__construct() 

checksum

checksum() : integer
deprecated

Response

integer

the checksum (CRC32) of the record.

headers

headers() : array

Response

array

the list of consumer record headers

key

key() : mixed

Response

mixed

the key (or null if no key is specified)

offset

offset() : integer

Response

integer

the position of this record in the corresponding Kafka partition.

partition

partition() : integer

Response

integer

the partition from which this record is received

timestamp

timestamp() : integer

Response

integer

the timestamp of this record

timestampType

timestampType() : string

Response

string

the timestamp type of this record

topic

topic() : string

Response

string

the topic this record is received from

value

value() : mixed

Response

mixed

the value