Rajini Sivaram created KAFKA-8943: ------------------------------------- Summary: 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 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)