mfontanini / cppkafka

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

Support for Kafka Topic Admin API #119

Open vdeurzen opened 6 years ago

vdeurzen commented 6 years ago

It seems that librdkafka has support for the Kafka Topic Admin API (https://github.com/edenhill/librdkafka/issues/986), are there plans for implementing this in CppKafka? If this is not yet on the roadmap, would you be interested in contributions?

mfontanini commented 6 years ago

I'll give this one a go. It will likely take me a while as I don't have too much time but I'll keep you posted.

vdeurzen commented 6 years ago

I'm happy to help with review and/or testing if you need.

mfontanini commented 6 years ago

I'm not having too much time but I'll try to get started on this soon. I've got #125 up that adds event support, which is the base of this whole admin API so that's something. I'll try to keep this thread updated on the development of this.

mfontanini commented 5 years ago

I started actual work on this in branch admin-api. If you see anything that doesn't look right, feel free to comment. I'll put up a PR once I'm done.