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

This protocol is used to build FindCoordinator requests.

V0 Options

  • group_id (required): The consumer group ID

V1+ Options

  • coordinator_key (required): The key to look up (group_id or transactional_id)
  • coordinator_type (optional): 0 for group (default), 1 for transaction

All known versions (V0-V3) 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()