kafka_ex v0.11.0 KafkaEx.Protocol.OffsetCommit View Source

Implementation of the Kafka OffsetCommit request and response APIs

Link to this section Summary

Link to this section Functions

Link to this function

create_request(correlation_id, client_id, offset_commit_request)

View Source
create_request(integer(), binary(), KafkaEx.Protocol.OffsetCommit.Request.t()) ::
  binary()
Link to this function

parse_response(arg)

View Source
parse_response(binary()) :: [] | [KafkaEx.Protocol.OffsetCommit.Response.t()]