divijvaidya opened a new pull request, #12228: URL: https://github.com/apache/kafka/pull/12228
# Problem We are not properly closing Closeable resources in the code base at multiple places. # Change This code change fixes multiple of these leaks. Note that 1. `UncheckedIOException` is used to create minimal code changes else the propagation of checked IoException will lead to multiple changes at different places. 2. `Utils.closeQuietly` is used in this code change where author thinks that propagation of original exception is essential. -- 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