bboyleonp666 commented on PR #16843: URL: https://github.com/apache/kafka/pull/16843#issuecomment-2290832724
@chia7712 While handling this, I have noticed that there are lots of methods that uses `shutdown()` instead of `close()` when calling `CoreUtils.swallow()`. Currently, only `close()` is handled by `Utils.closeQuietly()` and I cannot find a method that can gracefully deal with `shutdown()` method. Are there any methods that can do this? If not, I wonder if we are going to add one similarly. Maybe name it `shutdownQuietly`? -- 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