Handle.queryWatermarkOffsets

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

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

ErrorCode.no_error on success or an error code on failure.

class Handle
@nogc nothrow
queryWatermarkOffsets
(
const(char)* topic
,,
ref long low
,
ref long high
,)

Meta