silviucpp / erlkaf

Erlang kafka driver based on librdkafka
MIT License
84 stars 41 forks source link

Delete topic #65

Open VitorTrin opened 10 months ago

VitorTrin commented 10 months ago

Closes #56

This is my attempt at implementing this function. This still needs some testing. I could only find a way to delete topics in the admin API, the reference that is in the original issue (rd_kafka_event_DeleteTopics_result) is only the event that is the result of calling this function (rd_kafka_DeleteTopics)

ps: the makefile cpplint is broken for me