[ https://issues.apache.org/jira/browse/KAFKA-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15819067#comment-15819067 ]
mahendiran chandrasekar commented on KAFKA-4611: ------------------------------------------------ I think changes in 0.10.2.0 are pretty good... That was along the lines to what i was thinking... Thanks for the reploy. I will close this one > Support custom authentication mechanism > --------------------------------------- > > Key: KAFKA-4611 > URL: https://issues.apache.org/jira/browse/KAFKA-4611 > Project: Kafka > Issue Type: Improvement > Components: clients > Affects Versions: 0.10.0.0 > Reporter: mahendiran chandrasekar > > Currently there are two login mechanisms supported by kafka client. > 1) Default Login / Abstract Login which uses JAAS authentication > 2) Kerberos Login > Supporting user defined login mechanism's would be nice. > This could be achieved by removing the limitation from > [here](https://github.com/apache/kafka/blob/0.10.0/clients/src/main/java/org/apache/kafka/common/security/authenticator/LoginManager.java#L44) > ... Instead get custom login module implemented by user from the configs, > gives users the option to implement custom login mechanism. > I am running into an issue in setting JAAS authentication system property on > all executors of my spark cluster. Having custom mechanism to authorize kafka > would be a good improvement for me -- This message was sent by Atlassian JIRA (v6.3.4#6332)