erichaagdev opened a new pull request, #13149: URL: https://github.com/apache/kafka/pull/13149
The call to `asCollection()` causes several configurations to be resolved eagerly, and potentially unnecessarily. Dropping `asCollection()` ensures the configurations are only resolved when they are needed. Before: https://scans.gradle.com/s/ivl2vfw2sq252/performance/dependency-resolution#dependency-resolution-configuration-user-initiated After: https://scans.gradle.com/s/uxkjpjvylz6qw/performance/dependency-resolution#dependency-resolution-configuration-user-initiated ### Committer Checklist (excluded from commit message) - [x] Verify design and implementation - [x] Verify test coverage and CI build status - [x] 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org