BewareMyPower opened a new pull request, #26007: URL: https://github.com/apache/pulsar/pull/26007
fixes #26006 1. Test rewritten from consumer-driven to producer-driven rate measurement 2. Uses totalMessages - getCapacity() to exclude initial burst, then asserts effective refill rate ≤ 1.4x configured rate 3. One-sided assertion (upper bound only) — won't detect under-delivery 4. Silent pass if capacity ≥ totalMessages (not possible with current params: 3000 msgs, ~500 capacity) 5. No consumers created — intentional simplification -- 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]
