rd_kafka_query_watermark_offsets

@brief Query broker for low (oldest/beginning) and high (newest/end) offsets for partition.

Offsets are returned in \p *low and \p *high respectively.

@returns RD_KAFKA_RESP_ERR_NO_ERROR on success or an error code on failure.

extern (C) nothrow @nogc
rd_kafka_query_watermark_offsets
(,
const(char)* topic
,
int32_t partition
,
int64_t* low
,
int64_t* high
,)

Meta