vertx / io.vertx.rxjava.kafka.client.producer / KafkaProducer / rxWrite

rxWrite

open fun rxWrite(record: KafkaProducerRecord<K, V>): Single<RecordMetadata>

Asynchronously write a record to a topic

Parameters

record - record to write

Return