abbccdda commented on a change in pull request #10156: URL: https://github.com/apache/kafka/pull/10156#discussion_r633178435
########## File path: clients/src/test/java/org/apache/kafka/test/TestSslUtils.java ########## @@ -579,6 +583,9 @@ public SslConfigsBuilder usePem(boolean usePem) { DefaultSslEngineFactory defaultSslEngineFactory = new DefaultSslEngineFactory(); + public TestSslEngineFactory() throws IOException { Review comment: It is needed since IOException needs to be thrown. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org