swift-server / swift-kafka-client

Apache License 2.0
79 stars 19 forks source link

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

Open felixschlegel opened 2 years ago

felixschlegel commented 2 years ago

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

FranzBusch commented 1 year ago

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