showuon commented on a change in pull request #8623:
URL: https://github.com/apache/kafka/pull/8623#discussion_r427059479
##########
File path: docs/ops.html
##########
@@ -477,16 +477,20 @@ <h4><a id="rep-throttle" href="#rep-throttle">Limiting
Bandwidth Usage during Da
Throttle was removed.</pre>
<p>The administrator can also validate the assigned configs using the
kafka-configs.sh. There are two pairs of throttle
- configuration used to manage the throttling process. The throttle value
itself. This is configured, at a broker
+ configuration used to manage the throttling process. This is configured,
at a broker
level, using the dynamic properties: </p>
- <pre class="brush: text;">leader.replication.throttled.rate
- follower.replication.throttled.rate</pre>
+ <pre class="brush: text;">
+ leader.replication.throttled.rate
+ follower.replication.throttled.rate
+ </pre>
<p>There is also an enumerated set of throttled replicas: </p>
Review comment:
Good suggestion! after the update, it's more clear!

----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]