RD_KAFKA_OFFSET_TAIL

* @brief Start consuming \p CNT messages from topic's current end offset. * * That is, if current end offset is 12345 and \p CNT is 200, it will start * consuming from offset \c 12345-200 = \c 12145.

extern (C) nothrow @nogc
RD_KAFKA_OFFSET_TAIL
(
T
)
(
T CNT
)

Meta