Re: Configuration for custom authorizer

2019-08-01 Thread Jeff Zemerick
Jeff Zemerick wrote: > Hi all, > > I'm implementing a custom authorizer using the Authorizer interface. In it > there is a configure function that takes a map of properties. When using > kafka-acl.sh those properties are passed via --authorizer-properties. How > do I pass th

Configuration for custom authorizer

2019-07-30 Thread Jeff Zemerick
Hi all, I'm implementing a custom authorizer using the Authorizer interface. In it there is a configure function that takes a map of properties. When using kafka-acl.sh those properties are passed via --authorizer-properties. How do I pass those properties to Kafka when the server starts in

Custom Authorizer

2016-05-10 Thread Kristian Frøhlich Hansen
Hello, i’ve implemented a custom authorizer(as explained by KIP-11) and would like to access the “client.id” sent from consumers, is there a trivial way of doing this? Alternatively, i could access custom fields sent by the consumers if thats a more reasonable route. -K