Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    --operation ClusterAction --cluster

Network Protocol:

...

 AssignPartitionsRequest and AssignPartitionsResponse

An AssignPartitionsRequest will initiate the process of partition reassignment

...

        Partition =>int32
        Replicas => [int32]

...

Where:

  • Topic a topic name
  • Partition a partition of that topic
  • Replicas the broker ids which will host the partition

...