kvasir v0.0.1-proto5b Kvasir.Offset View Source
Kafka offset per partition.
Link to this section Summary
Link to this section Types
Kafka offset per partition.
Link to this section Functions
Link to this function
create(partition, offset)
View Source
create(non_neg_integer(), non_neg_integer()) :: t()
Link to this function
partition(offset, partition)
View Source
partition(t(), non_neg_integer()) :: t()
Link to this function
set(t, partition, offset)
View Source
set(t(), non_neg_integer(), non_neg_integer()) :: t()