fun OffsetAndMetadata(metadata: String? = null, offset: Long? = null): OffsetAndMetadata
A function providing a DSL for building io.vertx.kafka.client.consumer.OffsetAndMetadata objects.
Provide additional metadata when an offset is committed
metadata - Set additional metadata for the offset committed
metadata
offset - Set the offset to commit
offset