fun RecordMetadata(checksum: Long? = null, offset: Long? = null, partition: Int? = null, timestamp: Long? = null, topic: String? = null): RecordMetadata
A function providing a DSL for building io.vertx.kafka.client.producer.RecordMetadata objects.
Metadata related to a Kafka record
checksum
- Set the checksum (CRC32) of the record.
offset
- Set the offset of the record in the topic/partition.
partition
- Set the partition the record was sent to
timestamp
- Set the timestamp of the record in the topic/partition