Vert.x Kafka consumer record
| package |
Default |
|---|
__construct()
checksum() : integer
| deprecated | |
|---|---|
integerthe checksum (CRC32) of the record.
headers() : array
arraythe list of consumer record headers
key() : mixed
mixedthe key (or null if no key is specified)
offset() : integer
integerthe position of this record in the corresponding Kafka partition.
partition() : integer
integerthe partition from which this record is received
topic() : string
stringthe topic this record is received from
value() : mixed
mixedthe value