swift-kafka-client icon indicating copy to clipboard operation
swift-kafka-client copied to clipboard

Make it possible to produce messages using the `sendSync()` method

Open felixschlegel opened this issue 3 years ago • 1 comments

Implement the sendSync() method for the KafkaProducer that is async and returns upon reception of a delivery report or error.

felixschlegel avatar Jun 24 '22 08:06 felixschlegel

We should probably look into providing a transactional producer for this.

FranzBusch avatar Jun 20 '23 13:06 FranzBusch