Re: [PR] KAFKA-16640: Replace TestUtils#resource by scala.util.Using [kafka]

2024-05-08 Thread via GitHub
chia7712 merged PR #15881: URL: https://github.com/apache/kafka/pull/15881 -- 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:

[PR] KAFKA-16640: Replace TestUtils#resource by scala.util.Using [kafka]

2024-05-07 Thread via GitHub
frankvicky opened a new pull request, #15881: URL: https://github.com/apache/kafka/pull/15881 Check all uses of `TestUtils#resource` and replace with `scala.util.Using` - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify