View Source KafkaEx.Protocol.Heartbeat (kafka_ex v0.13.0)

Implementation of the Kafka Heartbeat request and response APIs

Link to this section Summary

Link to this section Functions

Link to this function

create_request(correlation_id, client_id, request)

View Source
@spec create_request(integer(), binary(), KafkaEx.Protocol.Heartbeat.Request.t()) ::
  binary()
@spec parse_response(binary()) :: KafkaEx.Protocol.Heartbeat.Response.t()