m1a2st commented on code in PR #18689:
URL: https://github.com/apache/kafka/pull/18689#discussion_r1935543313
##########
core/src/test/scala/integration/kafka/api/BaseQuotaTest.scala:
##########
@@ -70,7 +70,7 @@ abstract class BaseQuotaTest extends IntegrationTestHarness {
this.consumerConfig.setProperty(ConsumerConfig.FETCH_MAX_WAIT_MS_CONFIG, "0")
// Low enough quota that a producer sending a small payload in a tight loop
should get throttled
- val defaultProducerQuota: Long = 8000
+ val defaultProducerQuota: Long = 6000
Review Comment:
How can we be confident that 6000 is a stable limit? Would you be able to
share the testing results from your local environment that validate this?
--
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]