View Source Kayrock.MemberAssignment.PartitionAssignment (kayrock v0.2.0)

Represents partition assignments for a specific topic

Summary

Types

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