RD_KAFKA_MSG_F_FREE

* @brief Producer message flags *//**< Delegate freeing of payload to rdkafka.

extern (C) nothrow @nogc
enum RD_KAFKA_MSG_F_FREE = 0x1;

Meta