[ https://issues.apache.org/jira/browse/KAFKA-8943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16937990#comment-16937990 ]
Sai Sandeep edited comment on KAFKA-8943 at 9/25/19 6:44 PM: ------------------------------------------------------------- Hi [~rsivaram] , I can move the SecurityProviderCreator class from org.apache.kafka.common.security to org.apache.kafka.common.security.auth along with all the other relevant authentication classes. It's a simple one-line change and let me go ahead and create a PR for this and take this KIP to completion. Also, will update the KIP document accordingly. was (Author: mprsai): Hi Rajini, I can move the SecurityProviderCreator class from org.apache.kafka.common.security to org.apache.kafka.common.security.auth along with all the other relevant authentication classes. It's a simple one-line change and let me go ahead and create a PR for this and take this KIP to completion. Also, will update the KIP document accordingly. > Move SecurityProviderCreator to a public package > ------------------------------------------------ > > Key: KAFKA-8943 > URL: https://issues.apache.org/jira/browse/KAFKA-8943 > Project: Kafka > Issue Type: Bug > Components: security > Reporter: Rajini Sivaram > Priority: Blocker > Fix For: 2.4.0 > > > The public interface `SecurityProviderCreator` added under KAFKA-8669 > (KIP-492) is currently in the internal package > `org.apache.kafka.common.security` along with other internal classes. Since > this is a public interface, we should move it to a public package. We should > also add `@InterfaceStability.Evolving` annotation. > > Marked as blocker for 2.4.0 since we should do this before the release. -- This message was sent by Atlassian Jira (v8.3.4#803005)