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

Mayuresh Gharat commented on KAFKA-7546:
----------------------------------------

Hi [~bansalp],

 

Kafka Provides Authorizer as an interface. You should be able to implement the 
interface and write your own implementation. You will need to add your 
AuthorizerImpl class name in the config "authorizer.class.name". At Linkedin, 
we have our own implementation of Authorizer that does not use Zookeeper for 
authorization but rather talks to our inhouse ACL store. You should be able to 
do the same.

 

Hope this helps.

 

Thanks,

 

Mayuresh

> Java implementation for Authorizer
> ----------------------------------
>
>                 Key: KAFKA-7546
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7546
>             Project: Kafka
>          Issue Type: Improvement
>          Components: security
>            Reporter: Pradeep Bansal
>            Priority: Major
>
> I am using kafka with authentication and authorization. I wanted to plugin my 
> own implementation of Authorizer which doesn't use zookeeper instead has 
> permission mapping in SQL database. Is it possible to write Authorizer code 
> in Java?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to