View Source KafkaEx.Protocol.ConsumerMetadata (kafka_ex v0.14.0)

Implementation of the Kafka ConsumerMetadata request and response APIs

Summary

Functions

Link to this function

create_request(correlation_id, client_id, consumer_group)

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