rhauch opened a new pull request #10834: URL: https://github.com/apache/kafka/pull/10834
The constant is specified in milliseconds, and so the MILLISECOND time unit should be used instead of SECONDS. See #8069/[KAFKA-9374](https://issues.apache.org/jira/browse/KAFKA-9374). Inspected other uses of the same constant and other changes in the original PR, and found no other errors. This kind of change is actually difficult to test for, so this relies upon existing unit and integration tests. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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: us...@infra.apache.org