Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed format of throttled replicas to Partition:Broker,Partition:Broker,...

...

throttled-replicas = [partId]-:[replica], [partId]-:[replica]...

When the tool completes all configs are removed from Zookeeper.  

...

//Sample configuration for throttled replicas
{
"version":1,
"config": {
"throttled-replicas":"0:0-,0:1,0-:2,1:0-2:,1-0:1-,1:1-2"
}
}
//Sample configuration for replication-quota
{
"version":1,
"config": {
"replication-quota":"1000000"
}
}

...