I'm using Cloudera enterprise and Kafka 0.10.x.
To secure Kafka I've enabled Kerberos and configured Kafka to use the SimpleACLAuthorizer which stores ACLs in ZooKeeper. Instead of using this I'd like to check Active Directory instead to determine topic authorization. I can't seem to find an implementation. Does one exist?