vertx / io.vertx.kotlin.kafka.client.producer / RecordMetadata

RecordMetadata

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

Parameters

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

topic - Set the topic the record was appended to