swift-kafka-client
swift-kafka-client copied to clipboard
Make it possible to produce messages using the `sendSync()` method
Implement the sendSync() method for the KafkaProducer that is async and returns upon reception of a delivery report or error.
We should probably look into providing a transactional producer for this.