rd_kafka_topic_destroy

@brief Loose application's topic handle refcount as previously created with rd_kafka_topic_new().

@remark Since topic objects are refcounted (both internally and for the app) the topic object might not actually be destroyed by this call, but the application must consider the object destroyed.

extern (C) nothrow @nogc
void
rd_kafka_topic_destroy

Meta