View Source KafkaEx.Protocol.Kayrock.DescribeGroups.Request protocol (kafka_ex v1.0.0-rc.1)

This protocol is used to build Describe Groups requests.

V0-V2 Options

  • group_names (required): List of consumer group IDs to describe

V3-V5 Options (adds to V0-V2)

  • include_authorized_operations (optional): Whether to include authorized operations (defaults to false)

All known versions (V0-V5) have explicit implementations. The Any fallback handles unknown future versions.

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

build_request(request, opts)

View Source
@spec build_request(t(), Keyword.t()) :: t()