cppkafka icon indicating copy to clipboard operation
cppkafka copied to clipboard

Support for Kafka Topic Admin API

Open vdeurzen opened this issue 7 years ago • 4 comments

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?

vdeurzen avatar Oct 15 '18 15:10 vdeurzen

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.

mfontanini avatar Oct 21 '18 17:10 mfontanini

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

vdeurzen avatar Oct 24 '18 12:10 vdeurzen

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 avatar Oct 24 '18 16:10 mfontanini

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.

mfontanini avatar Nov 10 '18 22:11 mfontanini