I've updated the KIP to simply expose the String value instead of the full ListenerName object.
On Wed, Apr 25, 2018 at 8:10 PM, Mickael Maison <[email protected]> wrote: > Thanks for the heads up Ismael. In that case, I also think it makes > sense to just use the String representation. > > I'll update the KIP to reflect that change > > On Wed, Apr 25, 2018 at 7:25 PM, Rajini Sivaram <[email protected]> > wrote: >> Sorry, I hadn't noticed that it was using `ListenerName`. I think we should >> return just a String. >> >> On Wed, Apr 25, 2018 at 7:02 PM, Ismael Juma <[email protected]> wrote: >> >>> ListenerName is in an internal package, so we would have to move it before >>> exposing it in a public API. >>> >>> Ismael >>> >>> On Wed, 25 Apr 2018, 01:52 Mickael Maison, <[email protected]> >>> wrote: >>> >>> > Hi, >>> > >>> > There has been no objections in the DISCUSS thread so I'd like to >>> > start a vote on KIP-282: >>> > https://cwiki.apache.org/confluence/display/KAFKA/KIP- >>> > 282%3A+Add+the+listener+name+to+the+authentication+context >>> > >>> > Thanks >>> > >>>
