Another way to debug this is by using zk-dump [0] to dump requests/replies
and see if the expected ACL is being send across the wire.
-rgs
[0] https://github.com/twitter/zktraffic
On Jul 1, 2016 7:03 AM, "Flavio Junqueira" wrote:
> Hi Stevo,
>
> The logs indicate whether it has connected and au
Hi Stevo,
The logs indicate whether it has connected and authorized properly. Make sure
your keytab file is all good.
One other suggestion is to try with the zkCli against the ensemble before you
try to run Kafka to make sure that your configuration is correct.
-Flavio
> On 01 Jul 2016, at 1
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/
Although this is a response to Jordan’s message, it isn’t targeting only
Jordan. There are a few things that are important to address in this thread and
I actually don’t want to focus much on the comparison to other systems.
There is apparently this perception that only committers can do stuff