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

Implementation of the Kafka JoinGroup request and response APIs

Link to this section Summary

Link to this section Functions

Link to this function

create_request(correlation_id, client_id, join_group_req)

View Source

Specs

create_request(integer(), binary(), KafkaEx.Protocol.JoinGroup.Request.t()) ::
  binary()

Specs

parse_response(binary()) :: KafkaEx.Protocol.JoinGroup.Response.t()