Hi: I want to use the ACL of Zookeeper. So I configure the following configurations:
1、 high-availability.zookeeper.path.root: flink234 2、 high-availability.zookeeper.client.acl: creator 3、 zookeeper.sasl.disable: false But, I use ZK client to get the ACL, the result is : [cid:image001.png@01D2933C.D4F67C50] It seems the acl policy “creator” is not excuted. May I miss anything to configure besides the above configurations. Thanks in advance!