You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Viktor Somogyi-Vass (Jira)" <ji...@apache.org> on 2019/10/17 15:21:00 UTC

[jira] [Comment Edited] (KAFKA-8943) Move SecurityProviderCreator to a public package

    [ https://issues.apache.org/jira/browse/KAFKA-8943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16953840#comment-16953840 ] 

Viktor Somogyi-Vass edited comment on KAFKA-8943 at 10/17/19 3:20 PM:
----------------------------------------------------------------------

[~rsivaram], [~omkreddy], [~mprsai] why isn't {{org.apache.kafka.common.security}} a public package? Thinking of it, delegation tokens also reside in this package.
Perhaps should we refactor it into a {{org.apache.kafka.common.security.provider}} package that we consider public?

(I'd be up to doing it as it can be done pretty quickly.)


was (Author: viktorsomogyi):
[~omkreddy], [~mprsai] why isn't {{org.apache.kafka.common.security}} a public package? Thinking of it, delegation tokens also reside in this package.
Perhaps should we refactor it into a {{org.apache.kafka.common.security.provider}} package that we consider public?

(I'd be up to doing it as it can be done pretty quickly.)

> 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)