Class PartitionReassignment

    • Method Detail

      • replicas

        public List<Integer> replicas()
        The brokers which this partition currently resides on.
      • addingReplicas

        public List<Integer> addingReplicas()
        The brokers that we are adding this partition to as part of a reassignment. A subset of replicas.
      • removingReplicas

        public List<Integer> removingReplicas()
        The brokers that we are removing this partition from as part of a reassignment. A subset of replicas.