kafka_ex v0.6.2 KafkaEx.Protocol.OffsetCommit

Implementation of the Kafka OffsetCommit request and response APIs

Summary

Functions

create_request(correlation_id, client_id, offset_commit_request)
create_request(integer, binary, KafkaEx.Protocol.OffsetCommit.Request.t) :: binary
parse_response(arg)
parse_response(binary) ::
  [] |
  [KafkaEx.Protocol.OffsetCommit.Response.t]