RD_KAFKA_MSG_F_COPY

< rdkafka will make a copy of the payload.

extern (C) nothrow @nogc
enum RD_KAFKA_MSG_F_COPY = 0x2;

Meta