suspend fun <K, V> KafkaProducer<K, V>.closeAwait(): Unit
Close the producer
completionHandler - handler called on operation completed
completionHandler
suspend fun <K, V> KafkaProducer<K, V>.closeAwait(timeout: Long): Unit
timeout - timeout to wait for closing
timeout