machi1990 commented on code in PR #13700:
URL: https://github.com/apache/kafka/pull/13700#discussion_r1234194014
##########
core/src/main/scala/kafka/server/ClientRequestQuotaManager.scala:
##########
@@ -28,13 +28,12 @@ import org.apache.kafka.server.quota.ClientQuotaCallback
import scala.jdk.CollectionConverters._
object ClientRequestQuotaManager {
- val QuotaRequestPercentDefault = Int.MaxValue.toDouble
Review Comment:
The const was defining the default value for quota request percent: Before
#10025 this was done in the DynamicConfig.scala class.
After #10025, we stopped using by just hardcoding the value:
https://github.com/mumrah/kafka/blob/a9ede6eaedc1cdef2757bd2f03de1cb0efe170f8/clients/src/main/java/org/apache/kafka/common/config/internals/QuotaConfigs.java#L62
--
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]