KafkaEx.Protocol.Fetch (kafka_ex v0.12.1) View Source

Implementation of the Kafka Fetch request and response APIs

Link to this section Summary

Link to this section Functions

Link to this function

create_request(fetch_request)

View Source

Specs

create_request(KafkaEx.Protocol.Fetch.Request.t()) :: binary()
Link to this function

parse_partitions(partitions_size, rest, partitions, topic)

View Source