mfontanini / cppkafka

Modern C++ Apache Kafka client library (wrapper for librdkafka)
BSD 2-Clause "Simplified" License
589 stars 207 forks source link

Ability to block producer in case the underlying queue is full. #261

Closed hanickadot closed 4 years ago

hanickadot commented 4 years ago

Make the flag accessible to cppkafka API.

mfontanini commented 4 years ago

Thanks!