mfontanini / cppkafka

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

Topic creation #270

Closed chenziliang closed 3 years ago

chenziliang commented 3 years ago

Hi,

I didn't see there is a wrapper for topic creation etc admin APIs from librdkafka. Would like to confirm this is the case.

Thanks !

mfontanini commented 3 years ago

I had started working on that in this branch but I didn't get to finish it. I think I managed to implement most of the API but there's still a few things missing.

chenziliang commented 3 years ago

Thanks a lot. May i ask if there is any ETA to get that merged in ?

chenziliang commented 3 years ago

BTW, may i ask the thread safety property of producer / consumer ? I know librdkafka's APIs are usually thread safe, but like to confirm this is still the case in cppkafka. Thanks a lot

accelerated commented 3 years ago

Yes they are and so is the buffered producer.