Hi, Rajini, Thanks for the proposal.
One quick question. The KIP says "SaslClientCallbackHandler will be modified to obtain Subject using *Subject.getSubject(AccessController.getContext())* to avoid the current per-connection state." Since subject is going to be different for different connections, how do we get the connection specific subject if there is only a single instance of the callback handler? The modification seems to call only some static methods. Jun On Tue, Oct 11, 2016 at 7:28 AM, Rajini Sivaram < rajinisiva...@googlemail.com> wrote: > Hi all, > > I have just created KIP-86 make callback handlers in SASL configurable so > that credential providers for SASL/PLAIN (and SASL/SCRAM when it is > implemented) can be used with custom credential callbacks: > > https://cwiki.apache.org/confluence/display/KAFKA/KIP- > 86%3A+Configurable+SASL+callback+handlers > > Comments and suggestions are welcome. > > Thank you... > > > Regards, > > Rajini >