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

Implementation of the Kafka OffsetFetch request and response APIs

Summary

Functions

Link to this function

create_request(correlation_id, client_id, offset_fetch_request)

View Source
@spec create_request(integer(), binary(), KafkaEx.Protocol.OffsetFetch.Request.t()) ::
  iodata()
Link to this function

parse_partitions(partitions_size, rest, partitions, topic)

View Source