#include <userver/kafka/offset_range.hpp>
Represents the range of offsets for certain topic.
Definition at line 10 of file offset_range.hpp.
Public Attributes | |
std::uint32_t | low {} |
The low watermark offset. It indicates the earliest available offset in Kafka. | |
std::uint32_t | high {} |
The high watermark offset. It indicates the next offset that will be written in Kafka. | |
std::uint32_t kafka::OffsetRange::high {} |
The high watermark offset. It indicates the next offset that will be written in Kafka.
Definition at line 17 of file offset_range.hpp.
std::uint32_t kafka::OffsetRange::low {} |
The low watermark offset. It indicates the earliest available offset in Kafka.
Definition at line 13 of file offset_range.hpp.