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
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
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