View Source KafkaEx.Protocol.Kayrock.OffsetFetch.Request protocol (kafka_ex v1.0.0-rc.1)
This protocol is used to build Offset Fetch requests.
Implementations must populate the request struct with:
group_id- The consumer group IDtopics- List of topic/partition data
All known versions (V0-V6) have explicit implementations.
The Any fallback handles unknown future versions.
Summary
Types
@type t() :: term()
All the types that implement this protocol.