View Source KafkaEx.New.Protocols.Kayrock.DescribeGroups.Response protocol (kafka_ex v0.14.0)

This protocol is used to parse Describe Groups response

Summary

Types

t()

All the types that implement this protocol.

Types

@type t() :: term()

All the types that implement this protocol.

Functions

Link to this function

parse_response(response)

View Source
@spec parse_response(t()) ::
  {:ok, [KafkaEx.New.Structs.ConsumerGroup.t()]} | {:error, term()}