Abhiram98 commented on code in PR #19948: URL: https://github.com/apache/kafka/pull/19948#discussion_r2141506104
########## clients/src/test/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumerTest.java: ########## @@ -182,7 +182,7 @@ public void resetAll() { if (consumer != null) { try { consumer.close(CloseOptions.timeout(Duration.ZERO)); - } catch (Exception e) { + } catch (Exception swallow) { // best effort to clean up after each test, but may throw (ex. if callbacks where Review Comment: Thanks! I missed it -- 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