RD_KAFKA_OFFSET_END

< Start consuming from end of kafka * partition queue: next msg

extern (C) nothrow @nogc
enum RD_KAFKA_OFFSET_END = -1;

Meta