RivenSun2 commented on code in PR #12237: URL: https://github.com/apache/kafka/pull/12237#discussion_r887657044
########## docs/ops.html: ########## @@ -397,9 +384,11 @@ <h4 class="anchor-heading"><a id="rep-throttle" class="anchor-link"></a><a href= <pre class="line-numbers"><code class="language-bash"> > bin/kafka-reassign-partitions.sh --bootstrap-server localhost:9092 --verify --reassignment-json-file bigger-cluster.json Status of partition reassignment: - Reassignment of partition [my-topic,1] completed successfully - Reassignment of partition [mytopic,0] completed successfully - Throttle was removed.</code></pre> + Reassignment of partition [my-topic,1] is completed + Reassignment of partition [my-topic,0] is completed + + Clearing broker-level throttles on brokers 1,2,3 + Clearing topic-level throttles on topic my-topic</code></pre> Review Comment: According to the actual output result, there will be a blank line in the middle -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
