Kayrock.MemberAssignment.PartitionAssignment (kayrock v1.0.1)

Copy Markdown View Source

Represents partition assignments for a specific topic

Summary

Types

t()

@type t() :: %Kayrock.MemberAssignment.PartitionAssignment{
  partitions: [integer()],
  topic: binary()
}