hachikuji commented on a change in pull request #8660: URL: https://github.com/apache/kafka/pull/8660#discussion_r436405018
########## File path: build.gradle ########## @@ -1065,6 +1065,7 @@ project(':clients') { include "**/org/apache/kafka/common/security/auth/*" include "**/org/apache/kafka/common/security/plain/*" include "**/org/apache/kafka/common/security/scram/*" + include "**/org/apache/kafka/common/security/ssl/*" Review comment: It might not be the best approach, but we use this list here as to define the set of APIs that are considered part of the public API. Unless we want `SslFactory` to be part of the public API, maybe we should remove the doc references from `SslEngineFactory`. ---------------------------------------------------------------- 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