RD_KAFKA_OFFSET_BEGINNING

* * @name Simple Consumer API (legacy) * @{ * *//**< Start consuming from beginning of * kafka partition queue: oldest msg

extern (C) nothrow @nogc
enum RD_KAFKA_OFFSET_BEGINNING = -2;

Meta