Kayrock.MemberAssignment (kayrock v0.1.12) View Source

Code to serialize/deserialize Kafka consumer group member assignments

See https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-SyncGroupRequest

Link to this section Summary

Link to this section Types

Specs

t() :: %Kayrock.MemberAssignment{
  partition_assignments: [Kayrock.MemberAssignment.PartitionAssignment.t()],
  user_data: binary(),
  version: integer()
}

Link to this section Functions

Specs

deserialize(binary()) :: {t(), binary()}
Link to this function

serialize(member_assignment)

View Source

Specs

serialize(t()) :: iodata()