View Source KafkaEx.Protocol.Offset (kafka_ex v0.14.0)

Implementation of the Kafka Offset request and response APIs

Summary

Functions

Link to this function

create_request(correlation_id, client_id, topic, partition, time)

View Source
@spec create_request(integer(), binary(), binary(), integer(), term()) :: iolist()
@spec parse_time(:latest | :earliest | :calendar.datetime()) :: integer()