Hi Tao, Thank you for the review. The changes I had in mind are in the PR https://github.com/apache/kafka/pull/812. Login for non-Kerberos protocols contains very little logic. I was expecting that combined with a custom login module specified in JAAS configuration, this would give sufficient flexibility. Is there a specific usecase you have in mind where you need to customize the Login code?
Regards, Rajini On Tue, Jan 26, 2016 at 11:15 AM, tao xiao <xiaotao...@gmail.com> wrote: > Hi Rajini, > > I think it makes sense to change LoginManager or Login to an interface > which users can extend to provide their own logic of login otherwise it is > hard for users to implement a custom SASL mechanism but have no control > over login > > On Tue, 26 Jan 2016 at 18:45 Ismael Juma <ism...@juma.me.uk> wrote: > > > Hi Rajini, > > > > Thanks for the KIP. As stated in the KIP, it does not address "Support > for > > multiple SASL mechanisms within a broker". Maybe we should also mention > > this in the "Rejected Alternatives" section with the reasoning. I think > > it's particularly relevant to understand if it's not being proposed > because > > we don't think it's useful or due to the additional implementation > > complexity (it's probably a combination). If we think this could be > useful > > in the future, it would also be worth thinking about how it is affected > if > > we do KIP-43 first (ie will it be easier, harder, etc.) > > > > Thanks, > > Ismael > > > > On Mon, Jan 25, 2016 at 9:55 PM, Rajini Sivaram < > > rajinisiva...@googlemail.com> wrote: > > > > > I have just created KIP-43 to extend the SASL implementation in Kafka > to > > > support new SASL mechanisms. > > > > > > > > > > > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-43%3A+Kafka+SASL+enhancements > > > > > > > > > Comments and suggestions are appreciated. > > > > > > > > > Thank you... > > > > > > Regards, > > > > > > Rajini > > > > > >