kafka_ex v0.11.0 KafkaEx.Protocol.ConsumerMetadata View Source

Implementation of the Kafka ConsumerMetadata request and response APIs

Link to this section Summary

Link to this section Functions

Link to this function

create_request(correlation_id, client_id, consumer_group)

View Source
create_request(integer(), binary(), binary()) :: binary()
Link to this function

parse_response(arg1)

View Source
parse_response(binary()) :: KafkaEx.Protocol.ConsumerMetadata.Response.t()