You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Kristian Frøhlich Hansen <kf...@kfh.no> on 2016/05/10 14:25:48 UTC

Custom Authorizer

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