Hello Apache ZooKeeper community, As subject states, I'm having difficulties determining what could be causing InvalidACL to be thrown, any help would be appreciated.
Kafka's ZkUtils I assume works OK and sends default ACLs with create path request https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/utils/ZkUtils.scala#L80 but server replies with InvalidACL error. Even at trace log level I cannot see any useful information in the console. Kind regards, Stevo Slavic.
