Skip to content

Commit

Permalink
Merge pull request redpanda-data#24368 from BenPope/throughput_shared…
Browse files Browse the repository at this point in the history
…_token_bucket_cleanup_more

config: Remove reference to `kafka_throughput_throttling_v2`
  • Loading branch information
BenPope authored Nov 29, 2024
2 parents 8ff54e7 + 2aeb3ee commit dea619c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/v/config/configuration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3388,8 +3388,7 @@ configuration::configuration()
*this,
"kafka_throughput_replenish_threshold",
"Threshold for refilling the token bucket as part of enforcing "
"throughput limits. This only applies when "
"kafka_throughput_throttling_v2 is `true`. This threshold is evaluated "
"throughput limits. This threshold is evaluated "
"with each request for data. When the number of tokens to replenish "
"exceeds this threshold, then tokens are added to the token bucket. This "
"ensures that the atomic is not being updated for the token count with "
Expand Down

0 comments on commit dea619c

Please sign in to comment.