# Constants
OffsetNewest starts consuming from the newest available message in the topic.
OffsetOldest starts consuming from the oldest available message in the topic.
# Type aliases
Offset defines the offset of messages inside a topic.
OptionFunc definition for configuring the consumer in a functional way.