suspend fun <K, V> KafkaProducer<K, V>.writeAwait(record: KafkaProducerRecord<K, V>): RecordMetadata
Asynchronously write a record to a topic
record - record to write
record
Return current KafkaWriteStream instance *