Re: Configuration for custom authorizer

2019-08-01 Thread Jeff Zemerick
Answering my own question in case it helps someone else... The properties provided to the authorizer's configure() function when Kafka is started are taken from the server.properties file so there is no need to provide them by any other means. Thanks, Jeff On Tue, Jul 30, 2019 at 12:17 PM Jeff Z

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 order